From: | "Daniel Holm" <Daniel(dot)Holm(at)interworksinc(dot)com> |
---|---|
To: | "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>, "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp> |
Cc: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: MSSQL To PostgreSQL Via DTS |
Date: | 2006-03-09 16:34:31 |
Message-ID: | 22CFEEFF5C5D60429D6B0572DB26625928F6BE@iwsbsrv1.InterWorksok.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Yes, that did the trick for using this driver for my "Text" columns.
Thanks!
Do you have any idea on how I can transport MSSQL type Image (just bytes
internally) to a bytea column in Postgre? I'm willing to change types
around.
Thanks,
Daniel Holm
-----Original Message-----
From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
-----Original Message-----
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
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2006-03-10 04:04:56 | Re: MSSQL To PostgreSQL Via DTS |
Previous Message | Hiroshi Saito | 2006-03-09 15:46:15 | Re: MSSQL To PostgreSQL Via DTS |