Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where do I start ?
Message
From
03/05/2002 16:41:33
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00652604
Message ID:
00652635
Views:
18
>I just installed VS.NET and I would like to have some documentation and/or good samples to make a little database application using VB.NET and an Access XP database...
>Any ideas, links, samples, documents welcome !

If we're talking a Windows Application here (as opposed to a Web Application) you should be able to start playing around with WIndows Forms immeditately. Create a new project and you're looking at a Windows Form.

For the Access database, you'll want to learn a little about ADO.NET. Here's a good sample chapter from some book about ADO.NET (with Access samples!)

http://www.dotnetjunkies.com/dotnetbooks/onlinechapters/sams/0672321432a/

Once you get your access data in an ADO.NET data set, you should be able to get it bound to a grid to dislpay it. From there, adding controls to delete and insert records should go fairly smoothly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform