I have migrated an existing application from PB 9 to 11 which now uses the new sql server native interface (SNC) to connect to SQL 2000.
I came across may issues and was able to so far get some solutions/workaround except for the one below:
"Object was Open" error is received when a begin transaction statement was issued while a cursor was still open. This same code works fine in Powerbuilder 9.0 that was using the MSS for sql server 2000 connection.
Does anyone know what the solution to the above issue is?
I came across may issues and was able to so far get some solutions/workaround except for the one below:
"Object was Open" error is received when a begin transaction statement was issued while a cursor was still open. This same code works fine in Powerbuilder 9.0 that was using the MSS for sql server 2000 connection.
Does anyone know what the solution to the above issue is?