This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
At my job the database uses a Entity-attribute-value model and working with ORMs seam to be almost impossible and there is a very big lack of foreign keys setup between tables. Basicly I need to have a one to many assocation setup betwen 2 entities where neither joining colums are primary keys with no foreign key setup. Is this posable with LightSpeed? |
|
|
I don't think so. LightSpeed doesn't require the referring column to be marked as a foreign key in the database, or that the ID column be marked as a primary key in the database, but it does require that there be a referring column, and that the value in the referring column be the ID of the referenced entity. |
|