daveofgv
Well-known member
I have a application that I have been workig on. I figure (after 2 years) it's time to get it done.
My applicatoin will have a database connected to it, however, that is not my problem.
Issue:
When I create the application what is the best way to have the database and windows forms so when there is a person added (say John Doe) and he has multiple entries say (red car, blue car and green car) I am not sure how to make it where I can add a bunch of entries.
I started to create the database with one table, however, If I add information to one person I am not sure how to match it up with that person. I do understand primary keys, but not sure how to match it up with a windows form.
I suppose this is more a database quesiton, however, it's in my windows form application.
Any help would be appreciated.
daveofgv
My applicatoin will have a database connected to it, however, that is not my problem.
Issue:
When I create the application what is the best way to have the database and windows forms so when there is a person added (say John Doe) and he has multiple entries say (red car, blue car and green car) I am not sure how to make it where I can add a bunch of entries.
I started to create the database with one table, however, If I add information to one person I am not sure how to match it up with that person. I do understand primary keys, but not sure how to match it up with a windows form.
I suppose this is more a database quesiton, however, it's in my windows form application.
Any help would be appreciated.
daveofgv