Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Figures from a string - PLZ HELP! Pin
Ciels16-Mar-06 18:56
Ciels16-Mar-06 18:56 
GeneralRe: Figures from a string - PLZ HELP! Pin
Steve Pullan16-Mar-06 19:54
Steve Pullan16-Mar-06 19:54 
GeneralRe: Figures from a string - PLZ HELP! Pin
Ciels16-Mar-06 20:00
Ciels16-Mar-06 20:00 
GeneralRe: Figures from a string - PLZ HELP! Pin
Steve Pullan17-Mar-06 1:00
Steve Pullan17-Mar-06 1:00 
GeneralRe: Figures from a string - PLZ HELP! Pin
Christian Graus17-Mar-06 3:22
protectorChristian Graus17-Mar-06 3:22 
AnswerRe: Figures from a string - PLZ HELP! Pin
Dave Kreskowiak17-Mar-06 3:45
mveDave Kreskowiak17-Mar-06 3:45 
QuestionHow to roll back changes done to the xml in dataset?? Pin
Ron.S15-Mar-06 23:24
Ron.S15-Mar-06 23:24 
AnswerRe: How to roll back changes done to the xml in dataset?? Pin
Dave Kreskowiak16-Mar-06 5:43
mveDave Kreskowiak16-Mar-06 5:43 
You don't. Changes made to a DataSet are not transactional so, therefore, there's nothing to rollback. Only when the changes are written back to the datastore can anything be wrapped in a transaction.

The only way to "rollback" the changes to the DataSet object is to clear the DataSet object and reload the data from the XML file.


You might be able to come up with something like an Undo command to "rollback" changes. This would require you to implement the Command pattern, wrapping the DataSet. Sorry, I don't have any examples specific to your problem, but there are plenty of examples implementing Undo in a Text Editor. All you have to do is Google for "command pattern undo"[^].


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 11:43 Thursday 16th March, 2006
Question.net remoting lifetime problem Pin
Qaiser_Iftikhar15-Mar-06 22:59
Qaiser_Iftikhar15-Mar-06 22:59 
AnswerRe: .net remoting lifetime problem Pin
Qaiser_Iftikhar15-Mar-06 23:30
Qaiser_Iftikhar15-Mar-06 23:30 
QuestionByte Array Pin
sturebergdahl15-Mar-06 22:51
sturebergdahl15-Mar-06 22:51 
AnswerRe: Byte Array Pin
Dave Kreskowiak16-Mar-06 7:33
mveDave Kreskowiak16-Mar-06 7:33 
GeneralRe: Byte Array Pin
sturebergdahl17-Mar-06 2:41
sturebergdahl17-Mar-06 2:41 
QuestionVB.NET and xml documantation Pin
HL_SUB15-Mar-06 22:51
HL_SUB15-Mar-06 22:51 
AnswerRe: VB.NET and xml documantation Pin
Dave Kreskowiak16-Mar-06 5:00
mveDave Kreskowiak16-Mar-06 5:00 
Questionhow to PAUSE media player? Pin
campbells15-Mar-06 22:18
campbells15-Mar-06 22:18 
AnswerRe: how to PAUSE media player? Pin
albCode15-Mar-06 22:31
albCode15-Mar-06 22:31 
GeneralRe: how to PAUSE media player? Pin
campbells15-Mar-06 23:51
campbells15-Mar-06 23:51 
Questionhow to write and create a ms word document usign vb 6.0 Pin
whippersnapper7615-Mar-06 21:41
whippersnapper7615-Mar-06 21:41 
AnswerRe: how to write and create a ms word document usign vb 6.0 Pin
Dave Kreskowiak16-Mar-06 4:53
mveDave Kreskowiak16-Mar-06 4:53 
GeneralRe: how to write and create a ms word document usign vb 6.0 Pin
whippersnapper7619-Mar-06 21:34
whippersnapper7619-Mar-06 21:34 
Questiontool strip Pin
Leavashni15-Mar-06 21:11
Leavashni15-Mar-06 21:11 
AnswerRe: tool strip Pin
Dave Kreskowiak16-Mar-06 4:45
mveDave Kreskowiak16-Mar-06 4:45 
Questioni have a stastic method in tha calss, how to invoke constructor, when called with class name Pin
Member 227165515-Mar-06 20:52
Member 227165515-Mar-06 20:52 
AnswerRe: i have a stastic method in tha calss, how to invoke constructor, when called with class name Pin
Member 227165515-Mar-06 20:54
Member 227165515-Mar-06 20:54 

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.