Database data Versus External FSO
Guys,
Can you guys tell me which method is the faster method ....
All i want is the total number of files within the root folder and its subsequent subfolders ....
When the data become voluminous in the database , it seems to be slow in retrieving the information as mentioned above....
but when i use the FSO and perform recursion , it seem to be much faster than the database method....
one thing i am not sure here, is the below statement
cnn.execute("insert blah blah blah")
when executed, the process got to wait until it is done? before proceed to next line of code?