VB with Microsoft access

Reply

Join Date: Mar 2009
Posts: 1
Reputation: sweet_girl is an unknown quantity at this point 
Solved Threads: 0
sweet_girl sweet_girl is offline Offline
Newbie Poster

VB with Microsoft access

 
0
  #1
Mar 23rd, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 35
Reputation: dev_kc is an unknown quantity at this point 
Solved Threads: 0
dev_kc dev_kc is offline Offline
Light Poster

Re: VB with Microsoft access

 
0
  #2
Mar 23rd, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: VB with Microsoft access

 
0
  #3
Mar 23rd, 2009
How 'Bout Reading The Sticky Post: http://www.daniweb.com/forums/thread41057.html ?
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 471
Reputation: abu taher is an unknown quantity at this point 
Solved Threads: 24
abu taher's Avatar
abu taher abu taher is offline Offline
Posting Pro in Training

Re: VB with Microsoft access

 
0
  #4
Mar 26th, 2009
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.
I like sword. Attack or Defense.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC