Link to home
Start Free TrialLog in
Avatar of mark50
mark50

asked on

C++ ADO tutorial ?

I'm looking for a decent ADO tutorial - either online or available to download. I can't seem to find anything of any substance (or quality).

Anyone know of any sites ?
Avatar of missionImpossible
missionImpossible

do you have msdn? if so search for "Connection Object (ADO)", "Command Object (ADO)", "Recordset Object (ADO)".
Online please look at:
http://www.msdn.microsoft.com/library/default.asp?URL=/library/psdk/dasdk/ados4piv.htm

there are several articles about ADO.
Avatar of mark50

ASKER

VB is ok I suppose, but I'm trying to find something using c++. Virually all the references I com across demonstrate using VB.

I'm particularly looking for examples of data binding in C++.
For start look in MSDN:

ADO Tutorial: ADO Tutorial (VC++)
ASKER CERTIFIED SOLUTION
Avatar of missionImpossible
missionImpossible

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mark50

ASKER

I know there's no difference, but I would just prefer to look at examples in the language in which I'm programming