Re: Access Violation in VC++ 2005

From: "Jonathan Blitz" <jb(at)anykey(dot)co(dot)il>
To: "'Hiroshi Inoue'" <inoue(at)tpf(dot)co(dot)jp>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Access Violation in VC++ 2005
Date: 2006-09-22 10:20:27
Message-ID: 029d01c6de30$bbb8ba40$ddf71005@jonathanlaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

The only thing I am scared of is that if I do install a newer one it will
totally screw up the ones I have.

I have about 25 databases and most of them, for some reason, don't appear in
the list of ODBC sources. Nevertheless they are there since they are in the
registry and also work.
They use the driver called: psqlodbc.dll

The ones that don't work use psqlobc35w.

The one that didn't work but I fixed works with psqlodbc35a

I'm scared that if I install the newest one it will overwrite the one that
works.
Is it a different dll name?

Jonathan

> -----Original Message-----
> From: Hiroshi Inoue [mailto:inoue(at)tpf(dot)co(dot)jp]
> Sent: Friday, September 22, 2006 2:43 AM
> To: Jonathan Blitz
> Cc: pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] Access Violation in VC++ 2005
>
> Jonathan Blitz wrote:
> > 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
>
> Please try the 8.2.0100 version at
http://www.postgresql.org/ftp/odbc/versions/ .
>
> regards,
> Hiroshi Inoue
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date: 9/15/2006
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date: 09/15/2006
>

--
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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Sim Zacks 2006-09-25 07:26:12 8.02.01 problem on NT
Previous Message Hiroshi Inoue 2006-09-22 08:52:40 Re: Q: How to exclude system columns from the result of SQLColumns()?