which is better for master-detail relation?
Posted: Fri 23 Jun 2006 08:34
I want to make a master-detail relation.
Before IBDAC, I was using a SQL such as "select * from detail where detid =:masid" for master-detail relation.
So. Should I keep to use this way or dataset's masterfields property.
Which is the better way for performance?
Before IBDAC, I was using a SQL such as "select * from detail where detid =:masid" for master-detail relation.
So. Should I keep to use this way or dataset's masterfields property.
Which is the better way for performance?