Click here to Skip to main content
15,926,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
Anthony Baraff28-Jun-05 2:32
Anthony Baraff28-Jun-05 2:32 
GeneralRichTextBox, manipulating RTF directly Pin
Daniel Monzert27-Jun-05 7:31
Daniel Monzert27-Jun-05 7:31 
GeneralUser Control MouseEnter MouseLeave Problems Pin
notacake27-Jun-05 6:36
notacake27-Jun-05 6:36 
GeneralRe: User Control MouseEnter MouseLeave Problems Pin
david cohoon27-Jun-05 7:38
david cohoon27-Jun-05 7:38 
GeneralRe: User Control MouseEnter MouseLeave Problems Pin
notacake27-Jun-05 8:26
notacake27-Jun-05 8:26 
GeneralDatasets & RowStates Pin
farhan197627-Jun-05 5:26
farhan197627-Jun-05 5:26 
GeneralRe: Datasets & RowStates Pin
david cohoon27-Jun-05 7:41
david cohoon27-Jun-05 7:41 
GeneralRe: Datasets & RowStates Pin
Luis Alonso Ramos27-Jun-05 9:30
Luis Alonso Ramos27-Jun-05 9:30 
The idea is that you perform the editions on the rows (add, delete, modify) and then, somewhere else, you check which rows have been modified and save only those to the database. You then call AcceptChanges. Then, after the next set of changes, only the newly-changed rows will require saving to the real database.

If you use a data adapter, it automatically calls AcceptChanges in Update after updating the database.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

Generalshared folders Pin
amarsumanth27-Jun-05 4:54
amarsumanth27-Jun-05 4:54 
GeneralRe: shared folders Pin
Judah Gabriel Himango27-Jun-05 8:57
sponsorJudah Gabriel Himango27-Jun-05 8:57 
GeneralAre you good with Maths API Pin
hasanali0027-Jun-05 4:05
hasanali0027-Jun-05 4:05 
GeneralRe: Are you good with Maths API Pin
DavidNohejl27-Jun-05 4:13
DavidNohejl27-Jun-05 4:13 
GeneralRe: Are you good with Maths API Pin
mav.northwind27-Jun-05 4:19
mav.northwind27-Jun-05 4:19 
GeneralRe: Are you good with Maths API Pin
Roger Wright27-Jun-05 4:28
professionalRoger Wright27-Jun-05 4:28 
GeneralRe: Are you good with Maths API Pin
Stefan Troschuetz27-Jun-05 4:33
Stefan Troschuetz27-Jun-05 4:33 
GeneralRe: Are you good with Maths API Pin
Daniel Monzert27-Jun-05 4:44
Daniel Monzert27-Jun-05 4:44 
GeneralRe: Are you good with Maths API Pin
Daniel Monzert27-Jun-05 5:09
Daniel Monzert27-Jun-05 5:09 
GeneralRe: Are you good with Maths API Pin
mav.northwind27-Jun-05 5:44
mav.northwind27-Jun-05 5:44 
GeneralRe: Are you good with Maths API Pin
StylezHouse27-Jun-05 9:49
StylezHouse27-Jun-05 9:49 
GeneralRe: Are you good with Maths API Pin
Daniel Monzert27-Jun-05 10:15
Daniel Monzert27-Jun-05 10:15 
GeneralRe: Are you good with Maths API Pin
Niklas Ulvinge27-Jun-05 9:49
Niklas Ulvinge27-Jun-05 9:49 
GeneralRe: Are you good with Maths API Pin
hasanali0027-Jun-05 23:01
hasanali0027-Jun-05 23:01 
GeneralOdbc Dataadapter error Pin
V.27-Jun-05 3:12
professionalV.27-Jun-05 3:12 
GeneralData counter Pin
Locdx27-Jun-05 2:06
Locdx27-Jun-05 2:06 
GeneralRe: Data counter Pin
Anonymous27-Jun-05 4:00
Anonymous27-Jun-05 4:00 

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.