Any one give me an idea , I have a procedure in Microsoft SQL server return
:

//// select 0 as err, @cardPrice as cardPrice, @newBalance as newBalance,
@exp as expirationDate ////


I want to print out the return vars as @cardPrice ,,,
please note that I got the $row[0] as 0 but not the $row[1] or
$row["cardPrice "]...

is it a bind problem ?




--
""open source world, open mind for all""



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to