I have a python script that is inserting about 7000 records (each with 15 fields of 25 chars or less) into a DBF.
Each SQL statement is stored as a String in a list. I loop through the list executing each statment as I go. The problem I have is it seems to be running slowly. It takes approximately 10 minutes to run the whole thing.
Is there any way I can speed up this process???
Each SQL statement is stored as a String in a list. I loop through the list executing each statment as I go. The problem I have is it seems to be running slowly. It takes approximately 10 minutes to run the whole thing.
Is there any way I can speed up this process???