You can enter the following UBB tags: [b]bold[/b], [i]italic[/i], [red]red[/red] and [pre] [/pre]
Topic: MSSQLNative and MultipleActiveResultSets
author: Bill Thousand
created: 30-04-2012 09:48:06 AM
We have been experimenting with the new MSSQLNative driver and have determined that we need to add the parameter 'MultipleActiveResultSets'=>'0' to the connection info in order to get our application to be compatible.
In order to get that to work, I changed it in the driver code.
Is there some better way to get this into the connection info?
Thanks!
Topic: Re:MSSQLNative and MultipleActiveResultSets
author: John Lim
created: 01-05-2012 11:37:58 PM
Hi, Can i have your code modifications. TQ, John
Topic: Re:MSSQLNative and MultipleActiveResultSets
author: John Lim
created: 01-05-2012 11:44:43 PM
Never mind. I figured it out. I have changed code to work as follows. Call this before you connect: