Re: Transactions, PostgreSQL and MS Access front end.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Transactions, PostgreSQL and MS Access front end.
Дата
Msg-id 200604240232.k3O2WHh10976@candle.pha.pa.us
обсуждение исходный текст
Ответ на Transactions, PostgreSQL and MS Access front end.  ("Karen Hill" <karen_hill22@yahoo.com>)
Ответы Re: Transactions, PostgreSQL and MS Access front end.  ("Karen Hill" <karen_hill22@yahoo.com>)
Список pgsql-general
Karen Hill wrote:
> >From Access I'd like to run pass the following from MS Access to
> PostgreSQL 8.1 using VBA:
>
> BEGIN;
> UPDATE accounts SET balance = balance + 100.00 WHERE acctnum = 12345;
> UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534;
> COMMIT;
>
> It won't let me.  Any ideas solutions?

What error does it show?

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-general по дате отправления:

Предыдущее
От: "Karen Hill"
Дата:
Сообщение: Transactions, PostgreSQL and MS Access front end.
Следующее
От: "Karen Hill"
Дата:
Сообщение: Re: Transactions, PostgreSQL and MS Access front end.