I want to improve the performance of my vb application when it generates information for a report. In the procedure to return the information that is needed I use two rdo recordsets, and I write information out to txt files multiple times.
Another programmer suggested that I use a stored procedure on the database side rather than querying from the client side. I looked at MSDN library for help with RDO and stored procedures and I didn't understand much of it.
Does someone know of a good source for this? Or can someone outline the basic steps.
Thanks
Another programmer suggested that I use a stored procedure on the database side rather than querying from the client side. I looked at MSDN library for help with RDO and stored procedures and I didn't understand much of it.
Does someone know of a good source for this? Or can someone outline the basic steps.
Thanks