Create dataadapter programically or drog &drop ?

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

my tables are very big size.
If i drag&drop the table as adapter, it seems fill in all the data in
dataset during formload.
Which is the best way ? programmically to create or use drag or drop ?
 
Hi Agnes,
my tables are very big size.
If i drag&drop the table as adapter, it seems fill in all the data in
dataset during formload.
Which is the best way ? programmically to create or use drag or drop ?

That does not not change anything in the size of your dataset.

You should set when you use the dataadapter wizard the right select string
and select with a WHEN clause only the rows from the tables you need from
your database.

I hope this helps?

Cor.
 
Hi Agnes,

It is your call.
Sooner or later you have to create the dataset and adapter if you need them.
 
Back
Top