Good idea Michiel,

I tried "$@VARIABLE" but it doens't work (not content).
Concerning the other idea, as far as I know the odbc procedure only 
returns if it has run successfull or not and thus gives me a "0" or a 
"1" if use:
$VARIABLE=odbc_exec ($conn,"declare @VARIABLE int exec PROZEDURNAME 
'TABELLENNAME_SPALTENNAME', @VARIABLE output");

Any other ideas?
Ciao
7k

Michiel Lange wrote:

 > Missed that...
 >
 > Try these:
 >
 > $VARIABLE = odbc_exec(...)
 >
 > or try what $@VARIABLE contains...
 >
 > Met vriendelijke groet,
 >
 > Michiel Lange
 > ActuEra B.V.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to