Help for accessing the data in mdb file (microsoft Access 97) from vb.net

R

Raymond Fei

Hello,

I am a beginner of using VB.net. I need create a VB.Net web application for
accessing the data from microsoft Access 97 mdb file by using a DataReader
object. I know the procedures as follow:
1. create and open the db conn
2. create command obj
3. create the dataReader obj
4. call the executeReader method
5. use the dataReader obj
6. close the dataReader obj
7. close the conn

I am wondering if anyone has a sample for doing this for Access 97 mdb or
know how to do this.

Thanks a lot!

Raymand
 
C

CJ Taylor

Make life a little easier, use Data Adapter... in which case you are

1. Create DataAdapter
2. Fill Data Adapter

=)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top