Walt,

No, you must perform this operation programmatically.  Here is a
simple example:

OPEN 'MYFILE' TO F.MYFILE ELSE STOP 201,'MYFILE'

READU NEXTID FROM F.MYFILE,'NEXT.ID' ELSE NEXTID = 1
RECORD.ID = NEXTID
NEXTID += 1
WRITE NEXTID ON F.MYFILE,'NEXT.ID'

I hope this helps,

Rick

On Dec 8, 5:41 pm, ww <[EMAIL PROTECTED]> wrote:
> Does jBASE have an auto increment feature for new records?
>
> Thanks in advance,
>
> Walt
--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to