Hi
I have this requirement of importing millions of records from database to excel sheet ,within very less time . Can some body provide me with some approach or some code to help me?
The code has to be in VB .net or C#.
Thanks for your patience
Loading
s sPosted Feb 5, 2007, 6:30 AM
Thanks a lot for responding.
I am working with ver. 2000 . The requirement is to dynamically load 65,000 rows of one grid ,then create and load the other grids till the data has been loaded fully.
How can I do this using the Filestream object ?
Scott LyslePosted Feb 1, 2007, 10:26 AM
You can write what you can into one grid and start another and repeat the process until run out of grids.