944,017 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 1102
  • VB.NET RSS
Jul 31st, 2006
0

Vb.net

Expand Post »
I am a beginer for VB NET. If any body helps me connect MS Access database through script and using Oledb

Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
peer mohamed is offline Offline
4 posts
since Jun 2006
Aug 5th, 2006
0

Re: Vb.net

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



Quote 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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Bharati Krishna is offline Offline
19 posts
since Aug 2004

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 VB.NET Forum Timeline: Mini Project in VB.NET
Next Thread in VB.NET Forum Timeline: VB.Net communicating with MySQL Database.





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


Follow us on Twitter


© 2011 DaniWeb® LLC