Click here to Skip to main content
15,905,508 members
Home / Discussions / Database
   

Database

 
GeneralRe: Getting Child Items; Pin
Not Active28-Jul-03 2:34
mentorNot Active28-Jul-03 2:34 
GeneralRe: Getting Child Items; Pin
ZoogieZork28-Jul-03 8:33
ZoogieZork28-Jul-03 8:33 
GeneralRe: Getting Child Items; Pin
Bo Hunter28-Jul-03 10:35
Bo Hunter28-Jul-03 10:35 
GeneralRe: Getting Child Items; Pin
Alexander Kojevnikov28-Jul-03 23:37
Alexander Kojevnikov28-Jul-03 23:37 
GeneralADO.NET connection problem Pin
sacoskun27-Jul-03 1:11
sacoskun27-Jul-03 1:11 
GeneralRe: ADO.NET connection problem Pin
Mike Dimmick29-Jul-03 2:54
Mike Dimmick29-Jul-03 2:54 
GeneralRe: ADO.NET connection problem Pin
sacoskun29-Jul-03 5:23
sacoskun29-Jul-03 5:23 
GeneralBulk Insert - DataTable to DataTable Pin
sburton@amersham25-Jul-03 12:41
sburton@amersham25-Jul-03 12:41 
I am currently researching an approach to bulk copy datarows from one datatable to another without iterating through each row adding them one at a time such as:

// The _dtGrid1.Rows is very large ( 20,000 rows per TIFF image loaded ).

foreach( DataRow row in _dtGrid1.Rows ) {

GenDataSet.grid2Row newRow = _dtGrid2.Newgrid2Row();

newRow.DISPENSE_FILE_ID = row[_dtGrid1.DISPENSE_FILE_IDColumn];
newRow.CUSTOMER_PROBE_NAME = row[_dtGrid1.CUSTOMER_PROBE_NAMEColumn]

_dtGrid2.Addgrid2Row( newRow );

}

This copy need to be able to execute extremely fast. I am going to look into creating my own provider but... Maybe memories move of some sort... Can somebody point me in the right direction or shed a little light on the subject.

Thanks





Stephen Burton
GeneralRe: Bulk Insert - DataTable to DataTable Pin
Rein Hillmann26-Jul-03 20:56
Rein Hillmann26-Jul-03 20:56 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton@amersham28-Jul-03 6:13
sburton@amersham28-Jul-03 6:13 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton30-Jul-03 8:35
sburton30-Jul-03 8:35 
GeneralMail Pin
sardinka25-Jul-03 5:49
sardinka25-Jul-03 5:49 
GeneralRe: Mail Pin
William O'Malley25-Jul-03 8:53
sussWilliam O'Malley25-Jul-03 8:53 
GeneralRe: Mail Pin
sardinka30-Jul-03 3:26
sardinka30-Jul-03 3:26 
QuestionWildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 5:11
MKlucher25-Jul-03 5:11 
AnswerRe: Wildcard SELECT in MySQL? Pin
ZoogieZork25-Jul-03 6:54
ZoogieZork25-Jul-03 6:54 
GeneralRe: Wildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 7:03
MKlucher25-Jul-03 7:03 
GeneralRe: Wildcard SELECT in MySQL? Pin
dabuskol3-Aug-03 19:44
dabuskol3-Aug-03 19:44 
GeneralYukon ! Pin
Nino_124-Jul-03 20:01
Nino_124-Jul-03 20:01 
GeneralSQL server timeout expired Pin
Imtiaz Murtaza24-Jul-03 18:59
Imtiaz Murtaza24-Jul-03 18:59 
GeneralRe: SQL server timeout expired Pin
Mike Dimmick29-Jul-03 3:05
Mike Dimmick29-Jul-03 3:05 
Generalprocedure Pin
aquaman22-Jul-03 16:46
aquaman22-Jul-03 16:46 
GeneralPrimary Key Pin
Anthony988722-Jul-03 9:57
Anthony988722-Jul-03 9:57 
GeneralRe: Primary Key Pin
Chris Meech23-Jul-03 2:45
Chris Meech23-Jul-03 2:45 
GeneralRe: Primary Key Pin
Jon Hulatt24-Jul-03 5:36
Jon Hulatt24-Jul-03 5: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.