asynchronous operation <definition>

Microsoft ActiveX Data Objects (ADO)

asynchronous operation

An operation that returns control to the calling program without waiting for the operation to complete. Before the operation is complete, code execution continues. See also synchronous operation.