Daily Archives: 4/12/2006

Database Code Optimization

Today I replaced some database code in Storefront 5.0 with some stored procedures. The Storefront code was creating a recordset just to add a new record. I suspect it was selecting all the records, 9889 records in this case, and … Continue reading

Posted in General | Leave a comment