EVENT:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Event fired periodically during long-running data processing operations.

 

 

 

 

PROPERTY OF:

 

 

ADODatabase

 

 

ADOCommand

 

 

ADOQuery

 

 

ADOTable

 

 

ADOStoredProc

 

 

ADODataShape

 

 

 

 

PARAMETERS:

 

 

<percent expN>

 

 

The approximate percent-complete of the operation, from 0 to 100. 

 

 

 

 

<type expN>

 

 

The process type indicates listed in the following table:

 

VALUE:

Process type:

 

0

Unknown

 

1

Connecting with database

 

2

Executing command

 

3

Begins transaction logging

 

4

Fetching records

 

5

Updating records

 

 

 

 

<status expN>

 

 

The process status indicates listed in the following table:

 

VALUE:

Process status:

 

0

Unknown

 

1

Failed

 

2

Succedded

 

3

Begins

 

4

Pending

 

5

Cancelled

 

6

Timeout

 

 

 

 

<msg expC>

 

 

A text default message.

 

 

 

 

 

DESCRIPTION:

 

 

Use onProgress event to display progress information during data processing operations.