SQLNativeSql

Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW)

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

SQLNativeSql Function
ODBC API Implementation Details