Using VB .NET to manipulate an Access file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Fairly new to VB, can anyone offer a link to a tutorial, walkthrough etc? Typically I find the documentation helpful, however, in this instance (partially due to being semi-unfamiliar with VB) I'm not getting much useful out of it. Even a good starter book would be welcome.

Thanks,

Joe
 
Hi Joe,

The resource kit is a good resource, you have to change the
connectionstrings for it and as well everywhere where is written
SQLClient.SQL to change in OleDb.OleDB however than it will go.

On the otherhand you can use to learn it with MSDE and than in your real
programs use that OleDb.OleDb, in the source program are that the only
differencens as far as I know.

VB.net Resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing the resource kit
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir

I hope it helps,

Cor
 

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