If you think you can improve on something that's been in the framework
since the beginning, then you should probably go work for
Microsoft...I'm sure they took a lot of steps to ensure that their
method is the fastest possible.

If you just want a faster way to retrieve data, then look into using
DataReader objects instead of DataAdapters and DataSets.  DataReaders
are more light-weight, and will run slightly faster than DataAdapters
(but probably not enough to notice in most cases).

On Dec 22, 7:49 am, Eyüp Can DÜNDAR <[email protected]> wrote:
> How can I make faster dataadapter.fill method ?

Reply via email to