Currently my C++ application is using ADO to connect to MS SQL Server database.
Now I want to use ODBC instead of ADO.
i know that i need to use window APIs
I am using SQLConnect to establish the database connection.
What are the functions that i need to use for
1) excecuting the sql statements
2)executing update/delete statements
3)retrieving column values from the result set by giving the column name
4)get the no of rows affected while performing update/delete/select statements
thanks in advance
harish
Now I want to use ODBC instead of ADO.
i know that i need to use window APIs
I am using SQLConnect to establish the database connection.
What are the functions that i need to use for
1) excecuting the sql statements
2)executing update/delete statements
3)retrieving column values from the result set by giving the column name
4)get the no of rows affected while performing update/delete/select statements
thanks in advance
harish