hello i am using visual studio 2005 and iam using asp.net using vb i want to connect to ms-access,i didnt get any idea to connect.because in google i get only the code what is the mandatory steps to do or send me some links

You must have to learn ADO.NET Oledb provider classes. To integrate Ms-Access database operations in your application, you need to use OleDbConnection, OledbCommand, OleDbDataReader and optionally OleDbDataAdapter and DataSet/DataTable. Take a look at MSDN articles.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.