odbc_tables

wxdqz

New Member
Hi,

i have a strange problem with the odbc_tables() function.

$result=odbc_tables($db);
echo $odbc_num_rows($result) . " Found";
odbc_result_all($result);

the above codes returns:-

400 Found
NO ROWS FOUND

I am now a bit stumped.

Does anyone have any idears?

Thanks
john
 
Back
Top