Switch to: V12V11V10V9V8V7V6V5

Convert ForeignKey to BinaryLink

Both links are of 1:M kind.

Initinal State

Let you have:

person_phone_objectptr.jpg

Final State

Assume you want to replace RDB-link between tables Person and Phone with a BinaryLink. So you want to get:

person_phone_mm_blink.jpg

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