Click here to Skip to main content
15,917,174 members
Home / Discussions / Database
   

Database

 
GeneralRe: MSDE Install error Pin
Skanless4-Aug-06 5:45
Skanless4-Aug-06 5:45 
GeneralRe: MSDE Install error Pin
Ed.Poore4-Aug-06 13:39
Ed.Poore4-Aug-06 13:39 
AnswerRe: MSDE Install error Pin
Mike Dimmick5-Aug-06 16:49
Mike Dimmick5-Aug-06 16:49 
AnswerRe: MSDE Install error Pin
Skanless5-Aug-06 17:05
Skanless5-Aug-06 17:05 
Questionconn Pin
skyeddie3-Aug-06 20:15
skyeddie3-Aug-06 20:15 
AnswerRe: conn Pin
Ed.Poore3-Aug-06 23:58
Ed.Poore3-Aug-06 23:58 
Questionpersisting changes in the database. Pin
urbane.tiger3-Aug-06 16:39
urbane.tiger3-Aug-06 16:39 
AnswerRe: persisting changes in the database. Pin
Ed.Poore4-Aug-06 0:01
Ed.Poore4-Aug-06 0:01 
If you dragged & dropped the dataset onto the designer there should have been a TableAdapter component created as well for each of the tables in the dataset. You need to use these to update the server, any changes you make to the dataset are made to a local copy. These table adapters then provide the functionality to update the server from the dataset.

If you take a look at the form's load event handler you'll see that the designer automagically added some code to download the changes. It's up to you where you want to put the code to save the changes, maybe in the Form.Closing event or under a "save" button.

Hint: use the TableAdapter.Update methods. Big Grin | :-D


Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9

Ed

GeneralRe: persisting changes in the database. Pin
urbane.tiger4-Aug-06 21:36
urbane.tiger4-Aug-06 21:36 
QuestionDataSet Error: Failed to add DataTable Pin
glima3-Aug-06 11:11
glima3-Aug-06 11:11 
AnswerRe: DataSet Error: Failed to add DataTable Pin
Stephen McGuire3-Aug-06 12:54
Stephen McGuire3-Aug-06 12:54 
GeneralRe: DataSet Error: Failed to add DataTable Pin
glima3-Aug-06 18:57
glima3-Aug-06 18:57 
QuestionSyntax for update statement Pin
leckey3-Aug-06 6:42
leckey3-Aug-06 6:42 
AnswerRe: Syntax for update statement Pin
Ennis Ray Lynch, Jr.3-Aug-06 8:23
Ennis Ray Lynch, Jr.3-Aug-06 8:23 
AnswerRe: Syntax for update statement Pin
Eric Dahlvang3-Aug-06 11:38
Eric Dahlvang3-Aug-06 11:38 
QuestionHow to seperate Date and Time in SQL Pin
ChennaiBabu3-Aug-06 2:06
ChennaiBabu3-Aug-06 2:06 
AnswerRe: How to seperate Date and Time in SQL Pin
WillemM3-Aug-06 3:34
WillemM3-Aug-06 3:34 
AnswerRe: How to seperate Date and Time in SQL Pin
albCode3-Aug-06 5:20
albCode3-Aug-06 5:20 
GeneralRe: How to seperate Date and Time in SQL Pin
Jayamaruthia3-Aug-06 19:46
Jayamaruthia3-Aug-06 19:46 
GeneralRe: How to seperate Date and Time in SQL Pin
albCode3-Aug-06 20:50
albCode3-Aug-06 20:50 
AnswerRe: How to seperate Date and Time in SQL Pin
KeesVer3-Aug-06 10:31
KeesVer3-Aug-06 10:31 
QuestionBACKUP DATABASE command syntax [modified] Pin
Steven J Jowett3-Aug-06 0:53
Steven J Jowett3-Aug-06 0:53 
AnswerRe: BACKUP DATABASE command syntax Pin
seea3-Aug-06 0:57
seea3-Aug-06 0:57 
GeneralRe: BACKUP DATABASE command syntax Pin
Steven J Jowett3-Aug-06 1:17
Steven J Jowett3-Aug-06 1:17 
GeneralRe: BACKUP DATABASE command syntax Pin
WillemM3-Aug-06 3:36
WillemM3-Aug-06 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.