Table of Contents
Convert BinaryLink to ForeignKey
Initinal State
Final State
Assume you want to replace BinaryLink between tables Person and Phone with a RDB-link. So you want to get:
API Method
Valentina offers a special method for this task:
VLink2.CopyLinksFrom( inSrcLink as VLink2 )
SQL Command
Valentina also offers the SQL command that is analog of above API method(s):
COPY LINKS FROM src_link_name TO dest_link_name