Author Topic: Generating a new ea_guid  (Read 3392 times)

colinc

  • EA User
  • **
  • Posts: 62
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generating a new ea_guid
« on: March 23, 2005, 07:16:38 pm »
I am thinking of writing a small Access application to help me manage requirements.  

From looking at the database it seems I need to add the requirements into the t_object table; the major key seems to the ea_guid.

I have read in another posting that this is allowed as long as you guarantee uniqueness.

I was hoping for suggestions to do this, or is there an automation call to return a new ea_guid ?

Thanks, Colin

thomaskilian

  • Guest
Re: Generating a new ea_guid
« Reply #1 on: March 24, 2005, 01:27:26 am »
Why not creating a new element using the automation interface. That will also supply you with the new GUID.