View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Farid Z Farid Z is offline
external usenet poster
 
Posts: 5
Default Excel ODBC driver created table/inserted data lost on application

OK. I found out the cause of this issue was a code path that skipped calling
::SQLDisconnect before freeing connection handle. Now it all works