Gena
Posts: 591
|
| Posted: 04/02/2008, 10:52 AM |
|
Anybody knows if UDF works with MSSQL Express 2005 ODBC connection?
I'm usinf it in this way
$sql = "select codice, prezzo from f_list_articoli(12,601)";
$db->query($sql);
$db->next_record();
etc
and it gives me error like:
Quote :
Warning: odbc_fetch_row(): 25 is not a valid ODBC result resource in z:\home\localhost\www\xxx\db_odbc.php on line 106
line 106 is
$stat = odbc_fetch_row($this->Query_ID);
really strange, if I run sql query above in the SQL manager it runs well. What is "25"?
any ideas?
_________________
Gena |