phorum mysql-mssql:confusion continues!

admin

Administrator
Staff member
Is this correct?

This is the mysql version that works:
return @mysql_result($qhandle,$row,$field);

This is the mssql version that i want to work but is not ?? what's wrong with this..anyone?

$qhandle=@odbc_fetch_row($qhandle,$row);
return @odbc_result($qhandle,$field);


-Thanks allot
 
Back
Top