Re: Batchmove & ADO
- From: "pilmart" <martin.scullion@xxxxxxxxxxxxx>
- Date: 5 Sep 2006 01:01:48 -0700
Thanks for your responses guys
Brian Bushay TeamB <BBushay@xxxxxxxxx> wrote:
Hi ThereNo that is not supported
I have a TService which currently uses a datamodule plus several TBatchmove components to move data from a SQL Server Database -> Oracle database.
Now this works fine 95% of the time, however on occasion we have run into the problem whereby BDE cannot handle the amount of data being moved. I would like to use ADO to manage the Connections between the databases bypassing BDE entirely.
My first question is :
Can I still use Batchmove but with ADO based Components ?
if not how much of an effort will it be to extend/alter Batchmove ?You would have to totally rewrite it.
A combination of an Insert query and an Update Query should do what your batch
Or is it simpler just to extract into an ADOdataset and load programatically.
move does
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Re: Batchmove & ADO
- From: Brian Bushay TeamB
- Re: Batchmove & ADO
- Prev by Date: Re: Problem with AsyncExecute in ADO
- Next by Date: From TTable to TADOTable
- Previous by thread: Re: Batchmove & ADO
- Next by thread: Re: JPEG in Blob Field Access 2003
- Index(es):
Relevant Pages
|