Monday, May 24, 2010

How do I display ms access table info on Visual basic 2005?

I am trying to write a program on VB 2005 that will pull info from a MS Access table and display it, then update any changes made on the VB program into the table.

How do I display ms access table info on Visual basic 2005?
There's lots of examples of this -- you'd access the access database like any other data object. The editing can be tricky, but .NET has wizards for that to do simple Create, Retrieve, Update, and Delete functions (CRUD, for short)


No comments:

Post a Comment