Using PostgreSQL transactions through MS Access?

Поиск
Список
Период
Сортировка
От Neal Lindsay
Тема Using PostgreSQL transactions through MS Access?
Дата
Msg-id 3B5219BC.9070300@peaofohio.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Nils Zonneveld
Дата:
Сообщение: Re: Postmaster
Следующее
От: "Tim Barnard"
Дата:
Сообщение: Re: Language C - Console-based FrontEnd