I'm using Apache 3.14,PHP 4.01 and FreeTDS (snapshot) in a Linux system to
access a SQL Server Database 6.5. Now I need to get the results of a Stored
Procedure call, any sugestions?
I tried the statement 'mssql_query("Call storedprocedurename(?,?,?)",$db);",
where the ? are parameters, but it didn't work.
Thanks,
Flávio