Why? [Oracle][ODBC]Option value changed

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

    Why? [Oracle][ODBC]Option value changed

    I get this error:

    Warning: odbc_exec() [function.odbc-exec]: SQL error:
    [Oracle][ODBC]Option value changed., SQL state 01S02 in SQLExecDirect
    in
    C:\Inetpub\wwwr oot\JOTIntranet \Modules\supply services\supply services_update ditems.php
    on line 435

    Warning: odbc_fetch_row( ): supplied argument is not a valid ODBC result
    resource in
    C:\Inetpub\wwwr oot\JOTIntranet \Modules\supply services\supply services_update ditems.php
    on line 437

    Here:
    $result=odbc_ex ec($conn, $sql2);
    $k=0;
    while(odbc_fetc h_row($result))

    But only when I select a lot of data (say 2-3 days of data no problem,
    but one week - I get this. 2 weeks and I get this a number of times.
    The SQL2 is just a normal select blahblabhalll.

    Can anyone give a hint?

    BR
    Sonnich

Working...