New user -- Detecting relationships.

Posts   
 
    
hchattaway
User
Posts: 38
Joined: 06-Apr-2006
# Posted on: 06-Apr-2006 17:44:19   

Hello

I was a user of the original LLBLGen, then tried other tools, and am now back again. This is far more robust then the others....

Anyway... I have selected 2 tables that are related in SQL Server 2005 to create a new entity. The relations between them is not automatically added under the "relations" node.

I expand the first table, click on the "Relations" node and right-click and select "Add new relation". Then from here I specify what table the current table is related to.

Is this the way it is supposed to be? SHould it just automatically add the relationship?

Thanks! Harold

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 07-Apr-2006 03:15:11   

It should be automatically added if you have created the relation in sql2005. Make sure that any relation is defined in the database and then try refreshing the catalog. If that still doesn't pick it up give us some information on the columns and the relationship.

hchattaway
User
Posts: 38
Joined: 06-Apr-2006
# Posted on: 07-Apr-2006 05:27:00   

bclubb wrote:

It should be automatically added if you have created the relation in sql2005. Make sure that any relation is defined in the database and then try refreshing the catalog. If that still doesn't pick it up give us some information on the columns and the relationship.

Yes, I did a refresh and it now correctly added the relation info, thanks Harold