Re: MSSQL To PostgreSQL Via DTS - Mailing list pgsql-odbc

From Daniel Holm
Subject Re: MSSQL To PostgreSQL Via DTS
Date
Msg-id 22CFEEFF5C5D60429D6B0572DB26625928F6BE@iwsbsrv1.InterWorksok.com
Whole thread Raw
In response to MSSQL To PostgreSQL Via DTS  ("Daniel Holm" <Daniel.Holm@interworksinc.com>)
Responses Re: MSSQL To PostgreSQL Via DTS  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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@inetrt.skcapi.co.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





pgsql-odbc by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: MSSQL To PostgreSQL Via DTS
Next
From: Hiroshi Inoue
Date:
Subject: Re: MSSQL To PostgreSQL Via DTS