B
Bruce
I have a master table that I would like to display on a form with a
navigator, and I would like to display the detail records in a grid
for each master record.
Right now, I am getting all the records for both tables using
DataAdapter.Fill and a "select * from <table>" select command. I am
then setting up a DataRelation in code between the two tables.
The problem I am having is that it is taking up to 30 seconds to fill
the detail table because of it's size. Is there a way to dynamically
retrieve and display (and edit) the detail records as each master
record is displayed?
I'm using the XtraGrid from Developer's Express for the detail records
if it makes a difference.
--Bruce
navigator, and I would like to display the detail records in a grid
for each master record.
Right now, I am getting all the records for both tables using
DataAdapter.Fill and a "select * from <table>" select command. I am
then setting up a DataRelation in code between the two tables.
The problem I am having is that it is taking up to 30 seconds to fill
the detail table because of it's size. Is there a way to dynamically
retrieve and display (and edit) the detail records as each master
record is displayed?
I'm using the XtraGrid from Developer's Express for the detail records
if it makes a difference.
--Bruce