Posted by J Glidewell on March 19, 2001 at 14:35:49:
In the sample data of the book database, the Author ID and Units Sold fields are seperated by a tab and a space. This trips an assert on my filemanager (class that reads in data) because it expects an integer and instead gets a space. And while I could make it ignore spaces, that might screw up reading in the author names which are supposed to have spaces. So is this an error in the sample data, or a problem we'll have to be able to deal with?