View previous topic :: View next topic
|
Author |
Message |
priyanga
New User
Joined: 26 Aug 2004 Posts: 5
|
|
|
|
Hi
Doubt in Index file.
In an index file. if i access it in seqential, i wanna add a record at end of file. how? it is possible?, which mode could i open that file? |
|
Back to top |
|
|
sandip_datta
Active User
Joined: 02 Dec 2003 Posts: 150 Location: Tokyo, Japan
|
|
Back to top |
|
|
badri
New User
Joined: 03 Sep 2004 Posts: 9
|
|
|
|
with indexed organization and sequential access we can add records only at the bottom of the file but based on the record key.
we can add using i-o mode or extend mode. we cannot use output mode. |
|
Back to top |
|
|
|