This is a discussion on Re: MSSQL To PostgreSQL Via DTS within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> From: "Daniel Holm" > Attached is the new mylog and psqlodbc log for the 07.03.0261 DLL. > > I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| From: "Daniel Holm" > Attached is the new mylog and psqlodbc log for the 07.03.0261 DLL. > > I received the same EXCEPTION_ACCESS_VIOLATION > > This DLL seems to work fine with regular data types (varchar, int) Though it is necessary to pursue, does the following definition help you? CREATE DOMAIN lo AS int4; Regards, Hiroshi Saito ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |