Vb.net

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2006
Posts: 4
Reputation: peer mohamed is an unknown quantity at this point 
Solved Threads: 1
peer mohamed peer mohamed is offline Offline
Newbie Poster

Vb.net

 
0
  #1
Jul 31st, 2006
I am a beginer for VB NET. If any body helps me connect MS Access database through script and using Oledb

Thanks
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 19
Reputation: Bharati Krishna is an unknown quantity at this point 
Solved Threads: 0
Bharati Krishna Bharati Krishna is offline Offline
Newbie Poster

Re: Vb.net

 
0
  #2
Aug 5th, 2006
Hi,


The following code segment demonstrates how to create a connect to a Microsoft Access database using an OleDbConnection.

Connection string for MS Access via OLE DB:

Dim connection As OleDbConnection
connection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydir\access.mdb;User Id=;Password=;")

connection.Open();

Regards
bhar
Knowledge is power
http://www.vkinfotek.com



Originally Posted by peer mohamed
I am a beginer for VB NET. If any body helps me connect MS Access database through script and using Oledb

Thanks
Reply With Quote Quick reply to this message  
Reply

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



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC