Xbasic

SQL::TableSnapshotLoad Method

Syntax

L Load (Connection as SQL::Connection [, TableInfo as SQL::TableInfo [, EventScript as C] ])

Arguments

ConnectionSQL::Connection

An explicit, open AlphaDAO connection string to the database.

TableInfoSQL::TableInfo

Optional. A SQL::TableInfo object that is used as a reference to create the snapshot.

EventScriptCharacter

Optional. A string that contains an Xbasic event script that is executed when an event is triggered during the operation. See DatabaseSnapshot Events for additional information.

Description

Load definitions and data from a table in an open database connection.

Discussion

Returns true if the load succeeded and false if an error occurred.

See Also