
July 3rd, 2003, 03:49 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Odbc
I have a problem with accessing from PHP client to server MSSQL2000(Windows 2000 Server)
Configuration is RedHat Linux 9.0, PHP4.2.2 on Apache2 , UnixODBC, FreeTDS (0.60)
When call "$result = ODBC_exec($ODBCdns,$query);"
causes an error
"Warning: SQL error: [unixODBC]Statement option not implemented, SQL state
08001 in SQLSetStmtOption on line...."
and there are no data returned, in $result: "Supplied argument is
not a valid ODBC result resource in" isql utility works fine, every query is succesfully executed and return data.
Please give me an answer.Thanks
|