PDA

View Full Version : Reduce Code Runtime



rami
11-09-2021, 09:25 AM
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.