Tutorial on MDB & VB.NET

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

Where can I find a good tutorial on reading data from .MDB Tables & Queries
using VB .NET?
 
Hi Terry,

Well, reading data from an mdb is accessing it using the oledb provider for
..net. Lots of good examples on querying and updating using oledb in .net in
both Sceppa (ADO .Net - ms press) and Vaughn (ADO .net and ADO - Apress).

HTH,

Bernie Yaeger
 

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

Back
Top