ul_sql_passthrough_status struct

SQL Passthrough status information.

Syntax
public ul_sql_passthrough_status
Properties
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.