Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Se aplica a:SQL Server
Azure SQL Database
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
Por lo general, SQLFreeStmt no se recomienda en ODBC 3.0 ni versiones posteriores. Sin embargo, si la aplicación necesita reutilizar la instrucción, debe seguir usando SQLFreeStmt (con las SQL_RESET_PARAMS opciones y SQL_UNBIND ).
También puede usar SQLCloseCursor, SQLBindParameter, SQLBindCol, SQLSetDescField y SQLFreeHandle para reemplazar o duplicar la función de SQLFreeStmt y debe usarlas en su lugar.
En general, es más eficaz reutilizar instrucciones que quitarlas y asignar nuevas. Sin embargo, en algunas situaciones, como la reutilización de instrucciones, todavía se debe usar SQLFreeStmt.