I've been looking for a nice example of database application for VB.Net until I ran into this, would somebody tell me if the programmer of that project did the right thing and that project is a good example to imitate/follow? :)
Printable View
I've been looking for a nice example of database application for VB.Net until I ran into this, would somebody tell me if the programmer of that project did the right thing and that project is a good example to imitate/follow? :)
It all depends on the type of database you are going to use. That one is using Access 2003, and it has its pros and cons just as well as the others. Figuring out what kind of database you are going to utilize would be the first step, in my opinion.
I'm not really concern with the database as of now, it's about those myriads of classes used in that very 'simple' app which interests me more... :)