View Full Version : Reduce Code Runtime
My code is very large it takes an hour to finish running, any tips to reduce the runtime ?
Aussiebear
11-09-2021, 02:21 PM
Without seeing the code its hard to determine just exactly you are talking about. Can you upload a small section?
arnelgp
11-09-2021, 05:42 PM
try a Query instead of recordset, it is much faster.
index your tables on related fields.
if you are employing FE/BE, try adding a persistent
connection to the backend.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.