odbc_exec failure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mk

    odbc_exec failure

    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 SQLSetStmtOptio n in
    c:\inetpub\wwwr oot\subetrafik\ connect.php on line 8

    Warning: odbc_prepare(): SQL error: [TCX][MyODBC]Using static cursors
    instead of requested type, SQL state 01S02 in SQLSetStmtOptio n in
    ......

    Any help will be appreciated...

    Thanks
Working...