SQL Passthrough status information.
public ul_sql_passthrough_status
Name | Type | Description |
---|---|---|
cur_script | ul_u_long | The current script being executed. (1-based) |
script_count | ul_u_long | The total number of scripts that will be executed. |
sqlca | SQLCA * | A pointer to the SQL Communications Area. See GetCA function. |
state | ul_sql_passthrough_state | The current state. See Handling synchronization status information. |
stop | ul_bool | Set to true to stop script execution. |
user_data | ul_void * | The user data provided in the register call. See ULRegisterSQLPassthroughCallback. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |