now we use the SQL Server (version 2000.85.1132.00) driver for a Microsoft SQL Server 2005 database.
Because of following problem https://support.guptatechnologies.com/supportforum/viewtopic.php?f=69&t=6812 we tested the SQL Server Native Client driver - but there is are difference behavior with nested select-stmts.
Maybe the global system variable SqlResultSet doesn't work correctly!?
With the SQL Native Client driver following error occurs:
[Microsoft][SQL Native Client]Connection is busy with results for another command
(with the "old" SQL Server driver it works correctly)
sql.ini configuration:
Code: Select all
[odbcrtr]
;#error occurs
remotedbname=tester,Driver={SQL Native Client};Server=SERVERNAME;Database=DBNAME;Trusted_Connection=yes
;#works correctly
;remotedbname=tester,Driver={SQL Server};Server=SERVERNAME;Database=DBNAME;Trusted_Connection=yes
[win32client.dll]
comdll=sqlodb32
[win32client]
clientname=PCUSER32