Results 1 to 4 of 4

Thread: How to implement Progress bar in SQL statement ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 1999
    Location
    KL, WP, Malaysia
    Posts
    1

    Post

    i generate query using SQL statement. It like this:
    sSql$ = "INSERT INTO tTempExpSys(CustName) "
    "SELECT CustName FROM tCust"
    db.execute sql$

    how do i implement the progress bar and integrate into this SQl statement ?

    Please help.

  2. #2
    Junior Member
    Join Date
    Nov 2001
    Location
    UK WMids
    Posts
    24
    This is something I'd like help with... but after almost four years, it's unlikely.

    Oh well. Looks like looping then!

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    yep, I'm afraid for this kind of thing looping is the only way.

    the only alternative is that you run some sort of stored procedure that can return the percentage done during the process (which would effectively be a loop anyway).

  4. #4
    Lively Member
    Join Date
    Apr 2002
    Location
    UK
    Posts
    90
    Is this via ADO, if so you could try asynchronous execution of the recordset.

    Some details here but not complete:

    http://81.130.213.94/myforum/forum_p...sp?TID=60&PN=1
    Mike Collier
    Free ADO & DotNet Tools and Source
    AdoAnywhere


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width