|
Hi, I am using VC++ 2005. PostgreSQL version 8.0.3. I am having problems with the ODBC driver. When I try to close the connection using SQLDisconnect
I get an Access Violation Exception. Thing is this ONLY occurs with the driverv version 8.02.00.02 If I use the older ones “PostgreSQL ANSI 8.01.02.00”
or “PostgreSQL Unicode 8.01.02.00” then all is ok. Also, this ONLY happens after I create a statement. If I just open and then close the connection then all is ok. Closing the statement first has no effect. Jonathan Blitz -- |