Executing Statements

ODBC and SQL Server

ODBC and SQL Server

Executing Statements

The ODBC API offers two ways to execute a Microsoft® SQL Server™ statement:

  • Direct execution

  • Prepared execution

These two methods can execute a single SQL statement, a call of a stored procedure, or a batch of SQL statements.