Re: MSSQL To PostgreSQL Via DTS

Поиск
Список
Период
Сортировка
От Daniel Holm
Тема Re: MSSQL To PostgreSQL Via DTS
Дата
Msg-id 22CFEEFF5C5D60429D6B0572DB26625928F6BE@iwsbsrv1.InterWorksok.com
обсуждение исходный текст
Ответ на MSSQL To PostgreSQL Via DTS  ("Daniel Holm" <Daniel.Holm@interworksinc.com>)
Ответы Re: MSSQL To PostgreSQL Via DTS  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: MSSQL To PostgreSQL Via DTS
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: MSSQL To PostgreSQL Via DTS