Subject | open datasets for inserting taking long. |
---|---|
Author | wayne |
Post date | 2002-12-15T09:26:25Z |
I have about 5 datasets ,, I have to open when a form becomes visual,
I want to open the datasets for inserting Data.
I have noticed that when I open the DataSets it takes rather long since
the first Record of each dataset gets displayed for a brief second or two.
My Question is , how can I put the datasets into insert mode without data
running up and
down the wire ,, or at least minimal ?
Or should I keep the DataSets open throuhout my apllication ?
If so here is my initial thought ::
If so How Does one acomplish this in an MDI application.
" Have one central DataModule for Datasets" and
"a TRanSaction pertaining to each Form instance".
I want to open the datasets for inserting Data.
I have noticed that when I open the DataSets it takes rather long since
the first Record of each dataset gets displayed for a brief second or two.
My Question is , how can I put the datasets into insert mode without data
running up and
down the wire ,, or at least minimal ?
Or should I keep the DataSets open throuhout my apllication ?
If so here is my initial thought ::
If so How Does one acomplish this in an MDI application.
" Have one central DataModule for Datasets" and
"a TRanSaction pertaining to each Form instance".