Does anyone know of a tool that generates dummy database records for testing purposes? I wrote a db last week and one of the things I find really tedious about it is to generate test records on my own. We want to "stress test" it with about 1000 records and really don't want to sit there and key it in.
If there isn't one out there, would you be interested in a tool like this? Nemo me impune lacessit
Hmmmm. Well, the tool I use is DBF compliant, however it's not SQL compliant unless I use ADO controls on my forms. It has it's own proprietary query engine within the DB so I'm not sure a typical SQL insert would work.
You have given me an idea though as there's got to be a similar command in the program itself.