Book a Demo

Author Topic: Use of EA Table t_xrefuser by - well, the user!  (Read 5416 times)

fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Use of EA Table t_xrefuser by - well, the user!
« on: June 15, 2010, 12:44:37 pm »
This is one for the Sparxians-

Is the table t_xrefuser available for arbitrary use by user add-ins?

Cheers,
Fred W
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


beginner

  • Guest
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #1 on: June 15, 2010, 04:30:26 pm »
If you want a table for your addins why not create one by yourself. I'd recommend to take a different prefix (u_ instead of t_).

b.

fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #2 on: June 16, 2010, 12:16:05 am »
I could just sneeze one out... ::)

I was hoping to stay within the doctrinal limits set by Humma Kavula. Or was it the ringmaster from Mad Max - Beyond Thunderdome: "I know you won't break the rules - there aren't any"?

But seriously - using a built-in table that appears to be just lying around has the advantage that it gets created automatically by EA when you create a new project. One less thing to worry about.

Cheers,
Fred W
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


beginner

  • Guest
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #3 on: June 16, 2010, 02:12:09 am »
You know what you get when you sneeze one out.

Honestly speaking there seem to be a couple of unused tables in EA (IIRC). But from my point of view it wouldn't make sense to misuse a pre-defined one. The attributes you like to store will definitely not be the same as the ones in one of these zombie tables. So why not take the effort to create a table that fits your needs on EA startup.

It would be preferable if EA's API would offer database manipulation to user defined tables.

b.

fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #4 on: June 16, 2010, 05:01:29 am »
Point taken...

I think your suggestion of allowing user-defined tables and having them accessible via the automation interface is an excellent idea; indeed, worthy of a feature request. I shall send one forthwith; fifthwith, even.

Cheers,
Fred
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #5 on: June 16, 2010, 10:12:06 am »
Quote
[size=18]...[/size]
I shall send one forthwith; fifthwith, even.
Don't forget to let us know the name so we can support it.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #6 on: June 17, 2010, 12:26:52 am »
DOH!

Here it is:

Adding user-defined tables to the EA database

Cheers,
Fred

PS: I still need to have a look at the Neighborhood diagram... sorry for being dilatory!
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


beginner

  • Guest
Re: Use of EA Table t_xrefuser by - well, the user
« Reply #7 on: June 17, 2010, 12:54:28 am »
+1