If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have an access database with more than 100000 records.i need to load them in to an asp page.do i have an efficient and fast way of doing it.I am using Visual studio 6.0 to write the sccripts.
thanks
The possible solution for this case is the use of XML DOM / COM. This would make the compilation of your code really quick and retrieve the data in seconds.
The above scenario holds good if you are referring to retrieval of the data.