Transactions, PostgreSQL and MS Access front end. - Mailing list pgsql-general

From Karen Hill
Subject Transactions, PostgreSQL and MS Access front end.
Date
Msg-id 1145845164.997186.103640@e56g2000cwe.googlegroups.com
Whole thread Raw
Responses Re: Transactions, PostgreSQL and MS Access front end.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Transactions, PostgreSQL and MS Access front end.  (arthurjr07@gmail.com)
List pgsql-general
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?


pgsql-general by date:

Previous
From: Agent M
Date:
Subject: Re: sudo-like behavior
Next
From: Bruce Momjian
Date:
Subject: Re: Transactions, PostgreSQL and MS Access front end.