ADOQuery Post

From: Scott Elgram (SElgram_at_verifpoint.com)
Date: 02/20/04


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


Relevant Pages

  • Re: ADOQuery Post
    ... This command will be execute synchronous. ... > I am trying to show the progress of a post command using ADOQuery in ... > I would like to have a progress bar showing the progress of the above ...
    (borland.public.delphi.database.ado)
  • Re: Activty % complete moves after status date
    ... Are you referring to the Progress Bar showing in the Gantt chart ... usually prefer drawing the progress bar from Actual Start through ...
    (microsoft.public.project)
  • Re: Activty % complete moves after status date
    ... Are you referring to the Progress Bar showing in the Gantt chart ... which by default draws from the Actual Start to CompleteThrough? ...
    (microsoft.public.project)
  • Re: Borland/DevCO has lost its innovative power
    ... Pascal/Lazarus is making much more progress than Delphi. ... I don't know how you can compare in incomplete product to complete product and say it is making more progress. ... Which, IMHO, isn't all that far: sure, it works but even their 32-bit support isn't as good as Delphi. ... Microsoft's .NET stuff broke compatibility with their older "compilers" completely while Delphi kept compatibility. ...
    (borland.public.delphi.non-technical)
  • Re: Chrome unveiled to the public
    ... Lloyd Kinsella wrote: ... > Have you used Delphi 2005? ... Each update has made good progress. ... Prev by Date: ...
    (borland.public.delphi.non-technical)