SEARCH:
Previous: SQL_ConnPop Next: SQL_Fetch_Array

SQL

string SQL_Command
resource DB_Rresult


The basic command for all SQL Pass-through operations. Returns a result resource that can be scanned.

Use this command when you want to pull rows from a database one-by-one.

There is also a collection of Specialized SQL Commands.

Previous: SQL_ConnPop Next: SQL_Fetch_Array