Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kirthall

    CDatabase

    Have you tried to truncate one table at a time in a worker thread? This could be done by creating thread to run a loop and repopulating the sqlCommand string with an individual truncate command within that loop. Creating another thread will free the program to continue with other work.
  2. kirthall

    Removing files and/or directories

    Hi, You may want to look into using the opendir and readdir commands to check for directory and files exist.

Part and Inventory Search

Back
Top