Re: [GENERAL] pgoledb transaction error

2011-12-31 Thread gato pardo
Thanks David Complying with your requirements: "Tip 1: Provide the SQL statements you are trying to execute when you get the error; given that is it a "commit"-type error the entire transaction is useful." I copy some of the code used: MyConnectionString = "Provider=PostgreSQL OLE DB Provid

Re: [GENERAL] pgoledb transaction error

2011-12-30 Thread David Johnston
-Original Message- From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of gato pardo Sent: Friday, December 30, 2011 8:39 AM To: pgsql-general@postgresql.org Subject: [GENERAL] pgoledb transaction error Hi: I am moving my data from windows

[GENERAL] pgoledb transaction error

2011-12-30 Thread gato pardo
Hi: I am moving my data from windows-mssql to Linux-postgresql, but I'am still accessing the data from windows using pgoledb - in order to have compatibility with he old system. Everything is working ok, except when transactions are involved. Examining in this list I found the same kind o