|
Free
computer Tutorials
|
![]() |
home |
Stay
at Home and Learn
|
||||||
A VB .NET Database Project |
|||||||
|
This Project assumes that you have been following along with the database lessons, the first of which is here: Navigate a Database with VB .NET
Finish off the database programme you have been working on. At the moment, you only have a First Name and a Surname displayed. Add textboxes so that the following fields from the database are displayed: FirstName When you are finished, your form might look like this (but feel free to come up with your own design):
In your completed programme, a user should be able to do the following:
DO NOT use the wizard for this project. Write your own code. There's a lot to do, but it will be good practice. You should have some very valuable skills when you're done!
NOTEFor this project, it's better to copy the AddressBook database, and paste it to the location "C:\". If you already have a file called AddressBook.mdb at this location, either move, rename or delete it. When you work from a fresh copy of the database, you won't get any "Type Casting" and Null value problems. <--Back to the .NET Contents Page View all our Home Study Computer Courses
|