Re: Populate dataset with text file
- From: "Bill Todd" <no@xxxxxx>
- Date: 22 Aug 2005 18:33:51 -0700
I would be very interested to know the time it takes for the 147,000
records if you comment out the code that actually inserts the row into
the database table. There are other ways to do the import that might be
faster.
Also, how are you adding the records to the table. ADO will be much
slower than the Advantage TDataSet components. The two possibilities
are a TAdsTable or a TAdsQuery using a parameterized insert statement.
I would expect the TAdsTable to be faster but I have not tested this.
--
Bill Todd (TeamB)
.
- Follow-Ups:
- Re: Populate dataset with text file
- From: Dan Rock
- Re: Populate dataset with text file
- References:
- Populate dataset with text file
- From: Dan Rock
- Re: Populate dataset with text file
- From: Bill Todd
- Re: Populate dataset with text file
- From: Dan Rock
- Re: Populate dataset with text file
- From: Bill Todd
- Re: Populate dataset with text file
- From: Dan Rock
- Re: Populate dataset with text file
- From: Bill Todd
- Re: Populate dataset with text file
- From: Dan Rock
- Populate dataset with text file
- Prev by Date: Re: Populate dataset with text file
- Next by Date: Re: Not in edit mode?
- Previous by thread: Re: Populate dataset with text file
- Next by thread: Re: Populate dataset with text file
- Index(es):
Relevant Pages
|