943,712 Members | Top Members by Rank

Ad:
Mar 23rd, 2009
0

VB with Microsoft access

Expand Post »
hi ,
I need to know how can I connect Microsoft access with VB,I need to have wide space in programming in MS access...regards
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sweet_girl is offline Offline
1 posts
since Mar 2009
Mar 23rd, 2009
0

Re: VB with Microsoft access

Set Con = New ADODB.Connection
Con.Open "dsn=Datadb;driver={microsoft access driver(*.mdb)};dbq=d:\ABC\test.mdb"
Set rs = New ADODB.Recordset

Declare con and rs as public
Reputation Points: 10
Solved Threads: 0
Light Poster
dev_kc is offline Offline
35 posts
since Feb 2009
Mar 23rd, 2009
0

Re: VB with Microsoft access

How 'Bout Reading The Sticky Post: http://www.daniweb.com/forums/thread41057.html ?
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Mar 26th, 2009
0

Re: VB with Microsoft access

you can connect it by properties. just put a data control and select its properties: connect database access and select the file location and then select the recordsource . all you by its properties.
Reputation Points: 14
Solved Threads: 78
Practically a Posting Shark
abu taher is offline Offline
835 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Rotate drawing object
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: want to know more about programing in vb





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC