Access Violation in VC++ 2005

From: "Jonathan Blitz" <jb(at)anykey(dot)co(dot)il>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Access Violation in VC++ 2005
Date: 2006-09-21 18:11:34
Message-ID: 017d01c6dda9$62d6e5a0$ddf71005@jonathanlaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date: 09/15/2006

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-09-22 00:43:23 Re: Access Violation in VC++ 2005
Previous Message greg.campbell 2006-09-21 13:50:27 Re: Problem to connect to the server