|
-
Jul 28th, 1999, 08:14 AM
#1
Thread Starter
New Member
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.
-
Jan 19th, 2004, 05:34 AM
#2
Junior Member
This is something I'd like help with... but after almost four years, it's unlikely.
Oh well. Looks like looping then!
-
Jan 19th, 2004, 07:20 AM
#3
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).
-
Jan 19th, 2004, 03:35 PM
#4
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|