Click here to Skip to main content
15,905,148 members
Home / Discussions / C#
   

C#

 
Questionmake a mirror print?? Pin
bigmega5-Jan-05 9:21
bigmega5-Jan-05 9:21 
AnswerRe: make a mirror print?? Pin
Christian Graus5-Jan-05 12:03
protectorChristian Graus5-Jan-05 12:03 
GeneralRe: make a mirror print?? Pin
bigmega6-Jan-05 6:54
bigmega6-Jan-05 6:54 
GeneralRe: make a mirror print?? Pin
Christian Graus6-Jan-05 9:02
protectorChristian Graus6-Jan-05 9:02 
GeneralUpdate Large DataTable Pin
Wayne Phipps5-Jan-05 9:17
Wayne Phipps5-Jan-05 9:17 
GeneralRe: Update Large DataTable Pin
Bill Dean5-Jan-05 9:46
Bill Dean5-Jan-05 9:46 
GeneralRe: Update Large DataTable Pin
Wayne Phipps5-Jan-05 10:01
Wayne Phipps5-Jan-05 10:01 
GeneralRe: Update Large DataTable Pin
Robert Rohde5-Jan-05 19:07
Robert Rohde5-Jan-05 19:07 
There are several things you could do. The DataTable is a damn heavy object which is relatively slow compared to other data structures. This is the price you pay for the complexity of the class. So your first thought should be about another datacontainer.

If you have relationships to other tables, a primary key set or active views on the datatable: Remove them, make your operation and readd. This way many checks while you update your data will be left out.

Also try to call BeginLoadData() and EndLoadData(). I dont know if it increses performance in updates (as it does while adding) but its worth a try.
GeneralMultithreading... Pin
Peter Molnar5-Jan-05 8:13
Peter Molnar5-Jan-05 8:13 
GeneralRe: Multithreading... Pin
leppie5-Jan-05 11:51
leppie5-Jan-05 11:51 
GeneralRe: Multithreading... Pin
Charlie Williams5-Jan-05 11:52
Charlie Williams5-Jan-05 11:52 
Questionhow to insert a record to Access database ? Pin
DuyNguyen5-Jan-05 7:57
DuyNguyen5-Jan-05 7:57 
AnswerRe: how to insert a record to Access database ? Pin
Charlie Williams5-Jan-05 11:46
Charlie Williams5-Jan-05 11:46 
GeneralFun with SetSocketOption Pin
tantiboh5-Jan-05 7:53
tantiboh5-Jan-05 7:53 
GeneralRe: Fun with SetSocketOption Pin
leppie5-Jan-05 12:00
leppie5-Jan-05 12:00 
GeneralGlad I'm stumping people Pin
tantiboh5-Jan-05 18:50
tantiboh5-Jan-05 18:50 
Questionhorizontal GUI in C#. Is it possible? Pin
Daniel Tomasini5-Jan-05 5:41
Daniel Tomasini5-Jan-05 5:41 
AnswerRe: horizontal GUI in C#. Is it possible? Pin
Judah Gabriel Himango5-Jan-05 6:25
sponsorJudah Gabriel Himango5-Jan-05 6:25 
GeneralRe: horizontal GUI in C#. Is it possible? Pin
Daniel Tomasini5-Jan-05 6:47
Daniel Tomasini5-Jan-05 6:47 
QuestionHow does one display a check box in a datagrid column Pin
ChillGamer5-Jan-05 4:10
ChillGamer5-Jan-05 4:10 
AnswerRe: How does one display a check box in a datagrid column Pin
Richard Parsons5-Jan-05 4:33
Richard Parsons5-Jan-05 4:33 
AnswerRe: How does one display a check box in a datagrid column Pin
ChillGamer5-Jan-05 4:37
ChillGamer5-Jan-05 4:37 
GeneralRe: How does one display a check box in a datagrid column Pin
Richard Parsons5-Jan-05 5:16
Richard Parsons5-Jan-05 5:16 
GeneralClash of time format using MSAccess Pin
Anonymous5-Jan-05 3:49
Anonymous5-Jan-05 3:49 
GeneralRe: Clash of time format using MSAccess Pin
Skynyrd6-Jan-05 3:24
Skynyrd6-Jan-05 3:24 

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.