Re: Transactions, PostgreSQL and MS Access front end.

From: vladimir <bouncer(at)nowhere(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Transactions, PostgreSQL and MS Access front end.
Date: 2006-04-24 09:58:38
Message-ID: e2i7g0$2ff9$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2006-04-24 10:16:30 How to have a blind-superuser
Previous Message Alban Hertroys 2006-04-24 09:24:33 Re: A few questions about ltree