Earlier I said ...

> The prepare doesn't occur until you Execute the query.   If you
> haven't prepared it yourself explicitly, it will do it for you
> when you Open or Execute the query.

but for ADO queries there isn't a way (AFAIK) to do the prepare
explicitly.    Property "prepared" determines whether you get the
prepare when you first execute it.

(I wonder if turning this off while you do your inserts would
inhibit the proc calls you observed.   Maybe someone else here knows)

Anyway I missed this on the first go (and who knows what else ... 
long day)

ns

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to