Click or drag to resize

SQLSelect.Prepare Method

X#
Prepare the statement.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Prepare() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
In most cases, there is no need to invoke SQLSelect:Prepare(), since it is automatically invoked when needed.
See Also