Results 1 to 3 of 3

Thread: Database data Versus External FSO

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Posts
    599

    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?
    Thank You

  2. #2
    Frenzied Member McGenius's Avatar
    Join Date
    Jan 2003
    Posts
    1,199
    I couldn't quite understand what's FSO (in your context) has got to do with database but to answer your second question about executing SQL statement such cnn.execute("insert blah blah blah") I would say YES, program will delay until connection get respond back from DB.
    McGenius

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Posts
    599
    using the
    "rst" style of inserting record
    Versus
    "cnn.execute"

    which is faster?
    Thank You

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width