ADOQuery Post
From: Scott Elgram (SElgram_at_verifpoint.com)
Date: 02/20/04
- Next message: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Previous message: tony: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Reply: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 11:41:21 -0800
Hello,
I am trying to show the progress of a post command using ADOQuery in
Delphi 7.
With ADOQuery1 do
begin
Open;
Insert;
(FieldByName('Image') AS TBlobField).loadfromStream(Blob);
Post;
Close;
end;
I would like to have a progress bar showing the progress of the above code.
Does anyone know how I could go about showing this with TProgressbar?
-- -Scott Elgram
- Next message: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Previous message: tony: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Reply: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|