Home

Submit

Source

Feeds

Home » C and C++ » Database Integration ::

C and C++ Database Integration
How nice it is to do database programming with ADO and C++. But this combination never made the mainstream of programming. Programming with ADO in C++ is just as easy as with Visual Basic, you just have to explicitly release COM objects, handle exceptions and work with those nasty C++ pointers. But all in all, if you can handle the added complexity of C++, then you should be able to create much more robust applications then with junior languages like Visual Basic. The best way to use ADO in C++ is to use the smart pointers created with the #import directive in Visual C++.
Related Tutorials
C and C++ Database Integration
How to call an Oracle Stored Procedure that returns one or more REF CURSORS, using ADO from C++
C and C++ / Database Integration
This article is exactly what the title suggests - How to call an Oracle stored procedure that returns one or more REF CURSORS, using ADO from C++.

Site: www.codeproject.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement