Using Sybase variables in PHP

wxdqz

New Member
Hi,

How do I send an sql-string with a Sybase variable in it?
$sql = "declare @number = int
@number = select .....
if @number ....

";

Is it possible?

Please advice as I have not got it working and would really need to.

Regards
Richard H
 
Back
Top