A
anujithsankar
Hi,
I am trying to develope a Pocket PC application using MS Visual
Studio 2005 (C#)and the database is in the device (.sdf file).
Am trying to retreive a single row from a table containing around
10000 rows. I would like to know the fastest method to retreive the
values.
whether it is faster to use an SQLDataAdapter to retreive the values
to a dataset or datatable OR retreive the values to a SQLCEResultSet
OR is there any other faster retreival method.
Please advice
Thanks,
Anujith
I am trying to develope a Pocket PC application using MS Visual
Studio 2005 (C#)and the database is in the device (.sdf file).
Am trying to retreive a single row from a table containing around
10000 rows. I would like to know the fastest method to retreive the
values.
whether it is faster to use an SQLDataAdapter to retreive the values
to a dataset or datatable OR retreive the values to a SQLCEResultSet
OR is there any other faster retreival method.
Please advice
Thanks,
Anujith