IsamCreate(isam_file, num_reclen, key num_pos num_len);
isam_file
num_reclen
num_pos
num_len
Creates an Isam file with the specified record length and the specified key position and length.
0 -1 $rc=isamcreate("order", 30, key 0 10);Creates an Isam file with a record length of 30 characters and a key of 10 characters starting at position 0.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |