DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Autonumbers in Developer 2000

  1. #1
    Join Date
    Nov 2000
    Posts
    1
    I need to autoincrement my doctorID
    so the user does not have to type the doctorid in each time

    how is this done

    any help will be much apreciated

  2. #2
    Join Date
    Oct 2000
    Posts
    90
    Gareth,

    You could create a Oracle sequence and then use this sequence in a database trigger to update that field when you insert a record.

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width