ODBC API
Object Definitions
// The object to establish the connection with
Proud::COdbcConnection conn;
// The object to set the command on
Proud::COdbcCommand cmd;
// The object to hold the query results
Proud::COdbcRecordset record;
// There is no need to use it as an object to contain query errors.
Proud::COdbcWarnings warnings;Connecting to DB
Using DB
- Using Query
- Using Query prepare
- Using stored procedures
- Reading data with Recordset
Last updated