Re: Transactions, PostgreSQL and MS Access front end.

Поиск
Список
Период
Сортировка
От vladimir
Тема Re: Transactions, PostgreSQL and MS Access front end.
Дата
Msg-id e2i7g0$2ff9$1@news.hub.org
обсуждение исходный текст
Ответ на 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?

it should work in pass-through query, and the query could be generated by
code (AFAIK, it has been a while i did Access).

vlad

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Postgreql 8.0.3 temporary Table Strange behaviour
Следующее
От: "Nicolas Barbier"
Дата:
Сообщение: Re: to know