L
LB
Hello,
I'm still learning process here...so sorry if it's a dumb question.
Everywhere I read that a datareader is the fastest way to retreive data when
no update are required.
I did some test using a dataset and loaded a datagrid by setting the
datasource with the dataset returned onto the emulator.
I can see also that for the same SQL, the datareader is faster.
But I can not find a way to populate the datagrid with the datareader. Is it
not possible to do so ?
Can you point me out to some sample code ?
The reason I'm asking is also that in the future, those records will be
retreived via webservices...and we would need to have the best performance
as possible.
Thank you
LBS
I'm still learning process here...so sorry if it's a dumb question.
Everywhere I read that a datareader is the fastest way to retreive data when
no update are required.
I did some test using a dataset and loaded a datagrid by setting the
datasource with the dataset returned onto the emulator.
I can see also that for the same SQL, the datareader is faster.
But I can not find a way to populate the datagrid with the datareader. Is it
not possible to do so ?
Can you point me out to some sample code ?
The reason I'm asking is also that in the future, those records will be
retreived via webservices...and we would need to have the best performance
as possible.
Thank you
LBS