Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Sorry for the dumb question. I'm just looking at the schema and there is no field for the record number. but the DB interface specifies retrieval by record number. what am I missing? Is there someone who can explain the data file format better than the instructions?
Thats not a dumb question. Basically the record number is the order that the records are in the db.db file. So you have your header then starts the records. The first record in the file is record number 1, then the next is record number 2 and so on. Mark