|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-08-22 05:42 UTC] kiran dot joseph at gmail dot com
[2008-08-22 05:59 UTC] kiran dot joseph at gmail dot com
[2020-10-05 08:44 UTC] cmb@php.net
-Summary: Sybase ODBC Driver odbc_exec
+Summary: options for odbc_setoptions() are not documented
-Status: Open
+Status: Verified
-Type: Bug
+Type: Documentation Problem
[2020-10-05 08:44 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
Description: ------------ Sybase ODBC driver for ASE 15 loaded on Server and connectivity tested. Error message on odbc_exec is "[Sybase][ODBC Driver]Optional feature not implemented, SQL state HYC00 in SQLSetStmtOption." Thank you Reproduce code: --------------- $ds=odbc_connect("WEB_PRD1","myloginname","mypassword"); print_r($ds); //prints resource id# $rq = odbc_exec($ds, 'select * from UserOfficeCounty;'); Expected result: ---------------- I expect $rq to contain rows of user, office and county from the table. Actual result: -------------- Error message on odbc_exec is "[Sybase][ODBC Driver]Optional feature not implemented, SQL state HYC00 in SQLSetStmtOption."