Serious problem with MSSQL

admin

Administrator
Staff member
Hi,
I am trying to get a list ing of my table. But when I want to get a field which is not a character-Type - numeric for example i received this message in the browser:

"Sybase: Test field not found in result in Filename.php on line 27"

Line 27: $var = mssql_result($res, $i, "Test");

I would be very Happy if anybody can help me

Many thanks

Martin
 
Back
Top