kieran_rush
July 27th, 1999, 12:14 AM
I'm using a List view to obtain the results of a query in a stored procedure, to put them in the listview I use a RDOresultset and then a do until rs.oef, but as the datbase is growing the time to see the data is getting longer and longer.
Can you help me with this, I've been trying to optimize this but with no results, what can I do to load the data in less time????, is there another way to load the data instead of a resultset????... and faster of course...
If you want the code of this event please let me know, by the way the databse I'm using is SQL 7.0 and Visual Basic 5.0(SP3)
Thank you for your time and help
Regards
Can you help me with this, I've been trying to optimize this but with no results, what can I do to load the data in less time????, is there another way to load the data instead of a resultset????... and faster of course...
If you want the code of this event please let me know, by the way the databse I'm using is SQL 7.0 and Visual Basic 5.0(SP3)
Thank you for your time and help
Regards