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

From Karen Hill
Subject Re: Transactions, PostgreSQL and MS Access front end.
Date
Msg-id 1145912097.856418.207070@j33g2000cwa.googlegroups.com
Whole thread Raw
In response to Transactions, PostgreSQL and MS Access front end.  ("Karen Hill" <karen_hill22@yahoo.com>)
List pgsql-general
Cool.  I knew ADO could do transactions on Access's JET database
engine, but didn't know they could do so on another RDBMS like
PostgreSQL.  So basically I can use the BeginTrans and CommitTrans to
do the work of PostgreSQL's BEGIN; and COMMIT;

On a adjacent topic, how does PostgreSQL know that BeginTrans and
CommitTrans are psuedonyms for BEGIN and COMMIT?  Is it the ODBC driver?


pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Problems logging in
Next
From: "Nicolas Barbier"
Date:
Subject: Re: Postgreql 8.0.3 temporary Table Strange behaviour