Tuesday, August 7, 2012

How to do ODBC Connection with C++ code

ODBC DSN Step with C++   ODBC (Open Database Connectivity) • A standard interface for connecting from C++ to relational databases • It allows individual providers to implement and extend the standard with their own ODBC drivers Here are procedures or rather steps used in the industry in C++ coding for connecting to a database Steps of the ODBC • Include Header Files • Open a Connection to a Database • Choose an ODBC Driver • Query the Database • Creating an ODBC Statement Object • Executing a Query and Returning an ODBCResultSet...