I'm looking to populate a database based on a directory structure.<BR><BR>Something like this:<BR><BR>1. Scan folder for subdirectories. Subdirectories = tables.<BR>2. Scan subdirectories for ...
In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a ...