SQLNativeSql

The SQL Server Native Client ODBC driver satisfies SQLNativeSql requests without visiting the server. The function efficiently tests the syntax of SQL statements. Syntax checking does not determine if identifiers or the results of expressions in the SQL statements are valid, and SQL Server native SQL returned by SQLNativeSql can fail to run.

See Also

Concepts

ODBC API Implementation Details

Other Resources

SQLNativeSql Function