
Ayanda
stranger
Oct 18, 2001, 12:44 PM
Post #1 of 1
(634 views)
|
|
Dbm Hash - Test Program
|
Can't Post
|
|
I need a program that generates n test records to a dbm hash. The data in the records need not be unique, but the key must be. Key Data 1 111111111 2 222222222 3 333333333 . . . n nnnnnnnnn -The program should ask the user for the value of n. -The program should close and reopen the hash file and then do n retrievals of the first and last records on the file and then print the first and last data and keys once as a debug. -It should also print the time taken for the process. The program is essentially a test program to allow you to see how fast the server is. Thanks alot for your help!
|