Well, I have built my first "database" in visual studio 2008.
it is really a Business Contacts form (ContactID, Name, Company Name, Address, Phone, Ect)
I followed this tutorial because it seemed easy to keep up with and of good quality(sound/video ect.) the problem that I am having is that when I run this in debug mode to see if it works, I type in the fields..and I click on the + button that is in the toolstrip..and it shows me that there is a record in there.
I exit out of the form and go back in and the record is gone LOL!!!
something tells me that I need to code the save button on this database?? and if so..can someone help me out with this?? and if not, if the code is done already for this can someone please explain to me what the heck is going on???heheheheee, I been searching high and low to this and just cant seem to get a clue!
I am making this for someone that does not have any database and is not on the internet at all and would like to have one so she can put her contacts in and when she needs to look one up she can.
The tutorial says it is for c+ but I figured I would follow along with it even though I am using vb.net because he never does any coding in this tutorial anyway!
it is really a Business Contacts form (ContactID, Name, Company Name, Address, Phone, Ect)
I followed this tutorial because it seemed easy to keep up with and of good quality(sound/video ect.) the problem that I am having is that when I run this in debug mode to see if it works, I type in the fields..and I click on the + button that is in the toolstrip..and it shows me that there is a record in there.
I exit out of the form and go back in and the record is gone LOL!!!
something tells me that I need to code the save button on this database?? and if so..can someone help me out with this?? and if not, if the code is done already for this can someone please explain to me what the heck is going on???heheheheee, I been searching high and low to this and just cant seem to get a clue!
I am making this for someone that does not have any database and is not on the internet at all and would like to have one so she can put her contacts in and when she needs to look one up she can.
The tutorial says it is for c+ but I figured I would follow along with it even though I am using vb.net because he never does any coding in this tutorial anyway!