Re: ADOQuery and Blob slowness

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/27/04


Date: Wed, 27 Oct 2004 16:13:31 -0500


> The project is a rewrite of a VB program and in VB this process seems to
>go a lot faster. Can anyone tell me why this seems to go so much slower and
>does anyone know a faster way to insert this data?

You have a fair amount of overhead just opening the dataset. The fastest way to
do this would be to use a TadoCommand component and an Insert Query.

If you still want to open the dataset just to insert new data use
DisableControls before opening the dataset

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages