This is a discussion on odbc_exec failure within the PHP Language forums, part of the PHP Programming Forums category; Hi to all, I want to execte some query using odbc_exec, but i receive the following error both using odbc_exec ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi to all,
I want to execte some query using odbc_exec, but i receive the following error both using odbc_exec or odbc_prepare. Connection is successful but the other functions will fail. PHP Version 4.3.11 with Microsoft-IIS/5.0. Warning: odbc_exec(): SQL error: [TCX][MyODBC]Using static cursors instead of requested type, SQL state 01S02 in SQLSetStmtOption in c:\inetpub\wwwroot\subetrafik\connect.php on line 8 Warning: odbc_prepare(): SQL error: [TCX][MyODBC]Using static cursors instead of requested type, SQL state 01S02 in SQLSetStmtOption in ...... Any help will be appreciated... Thanks |