Re: SQLCopyDesc to copy rows between tables

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Przemyslaw Rzepecki <przemyslaw(dot)rzepecki(at)ericsson(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: SQLCopyDesc to copy rows between tables
Date: 2013-11-23 09:44:49
Message-ID: 52907911.3080407@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Przemyslaw Rzepecki 2013-11-25 09:05:51 Re: SQLCopyDesc to copy rows between tables
Previous Message Przemyslaw Rzepecki 2013-11-20 13:02:01 SQLColAttribute with SQL_DESC_LENGTH for varchar and text types