Access violation - probably not the fault of Postgres

From: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Access violation - probably not the fault of Postgres
Date: 2007-03-08 02:27:43
Message-ID: 45EF749F.5030107@autoledgers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I've got an application written in VB which pipes updates to a database
in Postgres. The application is written in MS Visual Basic 6.0 using
DAO3.6 via ODBC.

If a record exists in the PG database and my VB app therefore does an
Edit/Update, it works without a problem.

If the record doesn't exist and I therefore need to do an AddNew/Update
my client application crashes with an access violation on the update.

I'm relatively sure it's something on the VB side that is causing this
and nothing to do with PG, but I'm just posting here in case anyone has
some thoughts about potential causes within PG or its ODBC driver.

Any thoughts would be welcome.

Thanks,
Paul.

--
Paul Lambert
Database Administrator
AutoLedgers

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Luiz K. Matsumura 2007-03-08 02:31:00 Re: Ii can't connect to postgresql with VFP 8
Previous Message David Gardner 2007-03-08 02:09:19 Re: building pgsql-odbc from source without VC++