How do I create an ADODB connection?

shaakunthala

New member
Joined
Dec 4, 2007
Messages
2
Location
Ambalangoda, Sri Lanka
Programming Experience
1-3
I am new to database programming.

Can anybody please tell me how to connect to an existing database using ADODB?

It is good if you could give a simple explanation.

Thank you.


--------------
Shaakunthala
 
You should not be using ADODB. You should be using ADO.NET. There are numerous tutorials available on the Web on the topic, as well as the MSDN documentation. Exactly how you do it depends on various factors and in many cases there will be very little code because most of the work is done in the IDE.
 
Back
Top