A
asc4john
I have a table that hands out Entity IDs to every item in my database,
that is every item now has a unique ID in the database as well as an
Autonumber ID in it's table which I rarely use. Is there a reason that
Entity IDs should not be used? I use them because there are many
tables and most have have some form of many2many relationship. There
are a lot of join tables and these are the tables I am mostly
interested in. The EntityID has proven to be very convient and easy to
use. Also is there a reason that extra data should not be put in the
join table? i.e. instead of the two ID fields there are several other
fields that contain information specific to that join. This is a
design that I have recently put together and so far has worked better
than any thing else I have come up with. Comments on the use of the
Entity ID and added info in the join table would be appreciated Thanks.
that is every item now has a unique ID in the database as well as an
Autonumber ID in it's table which I rarely use. Is there a reason that
Entity IDs should not be used? I use them because there are many
tables and most have have some form of many2many relationship. There
are a lot of join tables and these are the tables I am mostly
interested in. The EntityID has proven to be very convient and easy to
use. Also is there a reason that extra data should not be put in the
join table? i.e. instead of the two ID fields there are several other
fields that contain information specific to that join. This is a
design that I have recently put together and so far has worked better
than any thing else I have come up with. Comments on the use of the
Entity ID and added info in the join table would be appreciated Thanks.