[Updated] Data Replication Prototype Using ADO
Rating: none
Aliaksei Sanko - 01/17/2006
Learn about a data replication prototype that uses ADO.Using ADO from C++
Rating: 




Prasun Paul - 03/25/2004
Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy
VB like easy ADO programming model by applying this technique.
Doing Database Operations In Batches
Rating: 




Tom Archer - MSFT - 02/26/2004
There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when.
Basic Database Operations with ADO.NET
Rating: 




Tom Archer - MSFT - 02/17/2004
Learn about basic ADO.NET operations with this excerpt from Extending MFC Applications with the .NET Framework.
CMyADO'—Making Life Easy for the ADO Coder
Rating: 




Nathan Davies - 08/04/2003
This ADO wrapper class can be used to call stored procedures and provides a simple, consistent way to add and retrieve parameters and recordset fields.
Migrating Data Between Excel 2000 and SQL Server 2000
Rating: none
Saugata Rana - 04/14/2003
ADO is used to migrate data from Excel 2000 to SQL Server 2000 using ADO and simple C++.
An ADO Based Data Copying Utility
Rating: none
L. Shyamal - 04/15/2002
This is a simple utility that helps in copying data from one data source to another.
ADOX in Detail
Rating: 




Michael Kolechkin - 02/22/2002
This article is about database creation and structure modification using MS ADOX library in a program.
Database Programming ATL
Rating: none
Alboaie Sinicc - 12/21/2001
How to use ATL OLE/DB code with an ADO connection
Creating Database Objects Using ADOX
Rating: none
J. Smits - 10/15/2001
ADOX stands for 'Extended ADO'. It extends ADO in that you can create tables, databases, columns etc. without the use of 'Create Table'-like SQL statements. This code creates an MDB database using ADOX.
ADO Wrapper Classes
Rating: 




Dogu Tumerdem - 03/21/2001
Based on Bob Place's ADO tutorial, this set of classes provides a very nice, yet simple wrapper to the ADO interface.
ADO Data Bound Class Wizard
Rating: none
Ly Nguyen - 09/20/2000
ADO-based class that binds member variables to database columns
Interactive SQL Tool (using ADO)
Rating: 




George Poulose - 01/30/2000
Interactive SQL Tool (using ADO)
ADO is AOK - Part II
Rating: 




Bob Place - 07/27/1999
ADO is AOK - Part II
Error Handling with ADO
Rating: none
Waleed Darwish - 06/19/1999
Error Handling with ADO
Creating a Disconnected Recordset in C++ For VB
Rating: none
Jeff Lundgren - 05/21/1999
Creating a Disconnected Recordset in C++ For VB
ADO is AOK (a simple ADO tutorial)
Rating: none
Bob Place - 04/04/1999
ADO is AOK (a simple ADO tutorial)
