954,193 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Vb.net

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

Thanks

peer mohamed
Newbie Poster
4 posts since Jun 2006
Reputation Points: 10
Solved Threads: 1
 

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

I am a beginer for VB NET. If any body helps me connect MS Access database through script and using Oledb Thanks
Bharati Krishna
Newbie Poster
19 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You