logo Sign In

For the Database Programmers of the Group

Author
Time
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

http://ttrim.blogspot.com
Author
Time
Fortunately, I have a large amount of forum data to draw upon for my testing purposes. I don't know of a tool that generates data though.

How about writing an insert statement and looping through it 1000 times?
Forum Administrator

MTFBWY…A

Author
Time
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.

Thx Jay & Zion...
Nemo me impune lacessit

http://ttrim.blogspot.com