Re: Transactions, PostgreSQL and MS Access front end.

Поиск
Список
Период
Сортировка
От Karen Hill
Тема Re: Transactions, PostgreSQL and MS Access front end.
Дата
Msg-id 1145912097.856418.207070@j33g2000cwa.googlegroups.com
обсуждение исходный текст
Ответ на Transactions, PostgreSQL and MS Access front end.  ("Karen Hill" <karen_hill22@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Problems logging in
Следующее
От: "Nicolas Barbier"
Дата:
Сообщение: Re: Postgreql 8.0.3 temporary Table Strange behaviour