Re: SQLCopyDesc to copy rows between tables

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: SQLCopyDesc to copy rows between tables
Дата
Msg-id 52907911.3080407@tpf.co.jp
обсуждение исходный текст
Ответ на SQLCopyDesc to copy rows between tables  (Przemyslaw Rzepecki <przemyslaw.rzepecki@ericsson.com>)
Ответы Re: SQLCopyDesc to copy rows between tables  (Przemyslaw Rzepecki <przemyslaw.rzepecki@ericsson.com>)
Список pgsql-odbc
(2013/11/18 1:25), Przemyslaw Rzepecki wrote:
> Hi,
>
> I am trying to use SQLCopyDesc function to copy rows between tables. My
> code
> follows example given by MS-DN:
> http://msdn.microsoft.com/en-us/library/ms715378%28v=vs.85%29.aspx
> (tested also with exactly the example code). With pqsql-odbc driver
> first call
> to SQLCopyDesc fails with error:
> SQLCopyDesc: HY000: src descriptor != target type (1)
>
> Is it possible to copy rows between tables without copying data to
> application
> level with pgsql-odbc driver?

AFAIR SQLCopyDesc has no such functionality.

regards,
Hiroshi Inoue



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Keri Harris
Дата:
Сообщение: Prepared statement with bytea domain cannot be executed with BoolsAsChars=1
Следующее
От: Przemyslaw Rzepecki
Дата:
Сообщение: Re: SQLCopyDesc to copy rows between tables