Page 1 of 1

when should I use options.autoprepare=true ?

Posted: Thu 31 Aug 2006 13:21
by luis_augusto
According to the manual, by setting options.autoprepare = true, performance would be improved specially in cases where there is a master-detail relationship. My question is:

Should I setup this property in the master or in the detail table (or both)?

Posted: Thu 31 Aug 2006 15:22
by Jackson
In Master/Detail relationships detail query is usually executed several times to refresh detail data.
So there is sense to set AutoPrepare = True in detail query.