QBEMode

cgi

Member²
is there a solution to switch a OracleDataset in QBE mode without open the OracleDataset before ?

Thanks for jour help
 
In my Form, i want first entering in QBEMode so I want to avoid the long time needed to open the oracledataset (who is very large and can contain statement like "order by") before entering in QBEMODE
 
You can set QBEMode to True before activating the dataset. No query will be executed in this case, it will merely be parsed.

In this situation there seems to be a problem when TDataSource.AutoEdit = False.

------------------
Marco Kalter
Allround Automations
 
Back
Top