02-20-2013 07:18 AM - edited 02-20-2013 07:20 AM
Hello,
in my application I use 2 ODBC connects to 2 different ODBC drivers.
My problem:
When I close one connection (with DBDisconnect), the connection on the database remains open until I close the second one.
Is this a known behavior?
Is there a way to force the closing or to make it independant of the other connection?
Regards
Fred
Solved! Go to Solution.
02-21-2013 01:58 PM
As ODBC connections are not inherently included in the CVI environment, I looked up the DBDisconnect function and it says that the DBDisconnect function disconnects the last connected ODBC database. So it is expected behavior.