can anyone plz help me out by giving the lines of code which will hwlp me establisg a connection with my access database usin ADO ......
anud18 0 Junior Poster in Training
Recommended Answers
Jump to PostThis is Salami Quadri
Ado programming is just a simple thing, the following steps are to be taking
1. click on project in the menu bar
2. select Component from the drop down menu
3.Microsoft ADO data control 4.0
Then click ok
4. Click on apply and ok
The control …
Jump to PostIf you don't want to use a control (I never use one) then simply add Microsoft ActiveX Data Objects 2.1 Library in references. Then use the ADODB.Connection and ADODB.Recordset objects.
See here for a run down of ADO http://www.w3schools.com/ado/default.asp
And here for an Access (or …
Jump to PostFirstly have you checked that the connection is being established correctly, secondly what is the error
All 9 Replies
Soleybancing 9 Newbie Poster
davidcairns 1 Junior Poster
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
davidcairns 1 Junior Poster
anud18 0 Junior Poster in Training
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.