how to generate records to fill up a table

Robert Edis robeconsult@sbcglobal.net
Wed, 9 Mar 2005 12:21:46 -0800 (PST)


Viet

If you use QTP you can create a temp variable as a
counter, increment it after the OUTPUT statement and
have a condition on the OUTPUT IF counter <= 100.

Something along those lines anyway.

Blue