Surface Mapping Database

The database application is mostly finished. Using SQL Compact, it can read in a file name as a parameter passed into the program, correct missing or corrupt values, then save to a database. To be officially finished with the application I have some commenting to do and a couple subroutines to clean up in the database section. The location of the SQL commands actually was very important to the performance of the program. Leaving them inside of the loops where I had intended to use them increased the run time by almost 10x, so they were ungracefully removed from within the subroutines.

mbender