Skip to Content.
Sympa Menu

freetds - Re: [freetds] IM001 error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: brad_mcneely AT excite.com, FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Cc:
  • Subject: Re: [freetds] IM001 error
  • Date: Thu, 19 May 2005 09:36:26 +0200

Il giorno mer, 18-05-2005 alle 17:13 -0400, Brad McNeely ha scritto:
> I'm trying to query a table in SQL Server and keep getting an IM001 error.
> Any thoughts?
>
> cat odbcinst.ini
> [TDS]
> Description = TDS Driver
> Driver = /usr/local/lib/libtdsodbc.so
>
> cat odbc.ini
> [mssqlpubs]
> Description = MS SQL Server Pubs DB
> Driver = TDS
> Servername = mssql
> Database = pubs
> Port = 1433
>
> I'm attaching the freetds.conf and odbctrace file for your review. Any
> assistance is greatly appreciated.
>
> Regards,
> Brad
>

Quite strange. From odbc log

[unixODBC][Driver Manager]Driver does not support this function

In 0.63 SQLExtendedFetch is not implemented so it give the error.
However I don't understand why unixODBC do not emulate it using SQLFetch
(it should do so). Which unixODBC version are you using?

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page