Using PostgreSQL transactions through MS Access? - Mailing list pgsql-general

From Neal Lindsay
Subject Using PostgreSQL transactions through MS Access?
Date
Msg-id 3B5219BC.9070300@peaofohio.com
Whole thread Raw
List pgsql-general
I am trying to update my database with a big transaction so I don't get
an invalid state.  My front end is in Access 97.  Is there anyone out
there who does this that could tell me what I'm doing wrong?  Here's my
code:

queryString = "BEGIN TRANSACTION;"
mdb.Execute queryString, dbSQLPassThrough

It tells me that it's an "Invalid SQL Statement".  It seems like Access
is trying to parse it instead of sending it on to the DB server.  I
thought that the dbSQLPassThrough was supposed to stop that.  Does
anyone know where I went wrong?


pgsql-general by date:

Previous
From: Nils Zonneveld
Date:
Subject: Re: Postmaster
Next
From: "Tim Barnard"
Date:
Subject: Re: Language C - Console-based FrontEnd