This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / Re: MS SQL Tables Locking Part 2
« on: May 07, 2014, 05:40:20 AM »
Hi Trent,
If you are using C9 for development, you might checkout the current release of C9.1. We submitted a sample app to SV demonstrating a problem with the MS SQL driver and transactions, and it looks like they have the problem fixed from my testing today. Here is the note from the readme file for the release:
9.1 Alpha 10971
FIX: If a new connection was needed by the SQL drivers and an old connection was available and a transaction was active, the reused connection was not added to the transaction frame
FIX: The ODBC based drivers would sometimes reuse an old connection when an existing active connection could be used
If you are using C9 for development, you might checkout the current release of C9.1. We submitted a sample app to SV demonstrating a problem with the MS SQL driver and transactions, and it looks like they have the problem fixed from my testing today. Here is the note from the readme file for the release:
9.1 Alpha 10971
FIX: If a new connection was needed by the SQL drivers and an old connection was available and a transaction was active, the reused connection was not added to the transaction frame
FIX: The ODBC based drivers would sometimes reuse an old connection when an existing active connection could be used
Pages: [1]