Skip to Content.
Sympa Menu

freetds - RE: freetds-0.60 + unixODBC + sqlserver2000 + PHP

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: freetds-0.60 + unixODBC + sqlserver2000 + PHP
  • Date: Thu, 10 Oct 2002 09:39:57 -0400


Hi Helio,

> From: Helio Cavichiolo Jr [mailto:hcav AT ig.com.br]
> Sent: October 10, 2002 7:47 AM
>
> I've turned on freeTDS debugging at got the following errors:
>
> odbc:SQLGetInfo: info option 8 not supported

odbc.c line 2089. The supported options are:

SQL_DRIVER_NAME
SQL_DRIVER_ODBC_VER
SQL_ACTIVE_STATEMENTS
SQL_SCROLL_OPTIONS
SQL_SCROLL_CONCURRENCY

> odbc:SQLSetStmtOption: Statement option 6 not implemented

odbc.c line 2286. The only option supported is SQL_ROWSET_SIZE.

I don't have unixodbc installed; you'd need to check their .h file to find
out what options 8 and 6 are.

If your main objective is to use PHP, it looks to me like you'd be better
off configuring PHP for use with db-lib or ct-lib. But perhaps some of the
ODBC fans will have better (or at least other) advice for you.

Regards,

--jkl



The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page