Обсуждение: RE: [PATCHES] Problem in doing bulk inserts thru ODBC API calls

Поиск
Список
Период
Сортировка

RE: [PATCHES] Problem in doing bulk inserts thru ODBC API calls

От
Dave Page
Дата:
[I have CC'd this to the ODBC list...]

> -----Original Message-----
> From: Harish Agarwal [mailto:harish@convexant.com]
> Sent: 21 March 2001 05:15
> To: pgsql-patches@postgresql.org
> Subject: [PATCHES] Problem in doing bulk inserts thru ODBC API calls
>
>
> Hello,
> I am facing a problem with the SQLBulkOperations call with
> argument SQL_ADD. Though the SQL_ODBC_VER and
> DRIVER_ODBC_VER, (reflected by SQLGetInfo) is 3.51 and
> 06.40.0007 respectively.

That is quite an old version of the ODBC driver - you might consider
upgrading. The latest version (07.01.0004) can be downloaded from
http://www.greatbridge.org/project/pgadmin under the 'Downloads' section.

Regards, Dave.