Specifies whether to prepare SQL statements for subsequent REQUERY(В ) function calls. You can use REQUERY(В ) to retrieve data again for an SQL view. When handling this property for regular cursors, use the CURSORSETPROP(В ) and CURSORGETPROP(В ) functions. Read/write.
Note: |
---|
Setting Prepared for CursorAdapter objects overrides the property setting of a cursor when it is attached to a CursorAdapter object. That is, changing the settings on the cursor using CURSORSETPROP(В ) has no effect. |
For more information, see REQUERY(В ) Function and SQLPREPARE(В ) Function.
CursorAdapter.Prepared [= lValue] |
Return Value
- lValue
-
Logical data type. The following table lists the values for lValue.
lValue Description True (.T.)
Prepare SQL statements for subsequent REQUERY(В ) function calls. (Default)
False (.F.)
Do not prepare SQL statements for subsequent REQUERY(В ) function calls.
Remarks
Applies To: CursorAdapter Class