Statement - Database Statement Module
|
The Statement Module
|
|
•
|
A Statement Module represents an arbitrary SQL statement. The main advantage that using a Statement Module has over using ExecuteQuery or ExecuteUpdate is the ability to have multiple return values.
|
•
|
Using the Execute command, an arbitrary SQL string can be executed. Multiple return values are handled by calling NextResult.
|
•
|
For information on using the Database package, see the usage page.
|
|
|
A Statement Module's Exported Commands
|
|
|
|
Download Help Document
Was this information helpful?