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.
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |