Question Store dating in windows app

roary86

Member
Joined
Mar 16, 2009
Messages
12
Programming Experience
1-3
I'm new to desktop applications. My goal is simple: A user enters in their first name, last name, email address and phone number. They hit submit, it verifies they entered in proper data and then it stores the data into a local db inside VS. I have never used data sets and table adapaters before so I'm having trouble storing the data into the local DB can anyone help? Thanks
 
Okay I have my data inserting into the DB but something very strange is happening. When I format the labels and text boxes, changing the font color, size, etc. When I store the information it deletes all the previous data and overwrites everything each time. It's only storing the latest data. So It's only storing 1 row.????!?!!!

Read the DNU link in my signature?

I'm not wanting to display the data. I'm just wanting to insert the data into the database.

Why do you perform a fill then? That's a useless op that may download thousands of rows you won't use
 
Back
Top