What is the equivalent of the ADO Command object in PHP?
what I am basically trying to do is call a stored procedure over an ODBC connection. In ASP its:
create command object
set SQL query
add parameters
I tried with the odbc_prepare and odbc_execute commands, but that doesn't seem to be it...
what I am basically trying to do is call a stored procedure over an ODBC connection. In ASP its:
create command object
set SQL query
add parameters
I tried with the odbc_prepare and odbc_execute commands, but that doesn't seem to be it...
