Executing Statements
An ADO application can execute an SQL statement in the following ways:
- Direct execution
- Prepared execution
These methods of execution can be used for one SQL statement, a call of a stored procedure or user-defined function, or a batch of SQL statements.