AllowSimultaneousFetch Property
Specifies whether to permit simultaneous fetching for Open Database Connectivity (ODBC) cursors when using a shared connection. Read/write at design time and run time.
Note AllowSimultaneousFetch applies only when the CursorAdapterDataSourceType property is set to "ODBC". If the associated connection is not shared, setting AllowSimultaneousFetch has no effect.
CursorAdapter.AllowSimultaneousFetch [= lValue]
Property Values
- lValue
Logical data type. The following table specifies the values for lValue.lValue Description False (.F.) When using a shared connection, similarly configured cursors that share the connection are not permitted to fetch rows simultaneously. (Default) True (.T.) When using a shared connection, similarly configured cursors that share the connection are permitted to fetch rows simultaneously.
Remarks
Views created in the current version of Visual FoxPro are not compatible with Visual FoxPro earlier than 8.0.
See Also
Properties | CursorAdapter Object Properties, Methods, and Events | DataSourceType Property
Applies To: CursorAdapter Class