ADO and SQL Server

Executing Statements

An ADO application can execute an SQL statement in the following ways:

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.