ODBC transactions with references

From: Levi Sellan <llsellan(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: ODBC transactions with references
Date: 2001-01-10 16:01:28
Message-ID: 20010110160128.3397.qmail@web905.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello helpers, :)

I have to use (through MFC->ODBC) a query like this:

=> begin;
=> SET CONSTRAINTS ALL DEFERRABLE;
=> insert into ...
.
.
.
=> commit

but how can I tell (via psqlODBC) to send the 2nd line
between BEGIN and INSERT?
Is this a MS ODBC, or a postgreSQL ODBC problem?

thanks for your help,

Levi Sellan
llsellan(at)yahoo(dot)com

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jos Antonio Matute Calvo 2001-01-10 16:31:30 jdbc driver: Support for 'BOOL'
Previous Message Adam Lang 2001-01-10 15:47:53 Re: Take me off of the list Now, Please !