Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Data will not update

Author  Topic 

qwertyuiop1967
Starting Member

1 Post

Posted - 2006-08-04 : 08:41:02
I am a SQL Server Express and VS 2005 rookie. I currently have a form with a datagrid on it, mapped to a binding source with everything basically done for me using a wizard. I want it so that the user can enter data into the grid, and the data is stored in the database. However, everytime i click save, it doesn't actually save the data, so that everytime you execute the application in debug again, the data is gone. I have the End Edit and Update statements correct. What is wrong!

KenW
Constraint Violating Yak Guru

391 Posts

Posted - 2006-08-04 : 12:55:33
You've provided absolutely no information that will allow anyone to help you.

Try posting in the Other Development forum, and including enough info so that someone can try and understand what you're asking. You will stand a much better chance of getting help.

Ken
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2006-08-04 : 18:14:17
Kens' got 'tude

but I would look at using stored procedures

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam
Go to Top of Page
   

- Advertisement -