>
> eyed tables can only reference (or be referenced by) other keyed tables.
>
>
But this table is keyed, isn't it?

db.define_table('m_dsc_
clients',
    Field('cn','string'),
    Field('cardid','reference m_dsc_cards'),
    primarykey=['cn'],
)


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to