Clone fails

Kem Tekinay ktekinay at mactechnologies.com
Sun Mar 12 10:59:08 CST 2006


On 3/12/06 9:48 AM, Ivan Smahin at ivan_smahin at valentina-db.com wrote:

> Obviously you are trying to Clone some database which has
> "cascade" onDelete behavior on M::M binaryLink.

If that's true, it wasn't done intentionally, nor does V Studio show it.
Here are all my links:

  linkAccountEmails = new VBinaryLink( "linkAccountEmails", tblAccount, _
    tblEmail, EVLinkType.kOne, EVLinkType.kMany, EVOnDelete.kCascade )

  linkEmailAttachments = new VBinaryLink( "linkEmailAttachments", _
    tblEmail, tblAttachment, EVLinkType.kMany, EVLinkType.kMany, _
    EVOnDelete.kDefault )

  linkEmailHeaders = new VBinaryLink( "linkEmailHeader", tblEmail, _
    tblHeader, EVLinkType.kOne, EVLinkType.kMany, EVOnDelete.kCascade )

  linkEmailMessage = new VBinaryLink( "linkEmailMessage", tblEmail, _
    tblMessageText, EVLinkType.kOne, EVLinkType.kMany, _
    EVOnDelete.kCascade )

  linkToAddresses = new VBinaryLink( "linkToAddresses", tblEmail, _
    tblEmailAddress, EVLinkType.kMany, EVLinkType.kMany, _
    EVOnDelete.kDefault )

  linkCCAddresses = new VBinaryLink( "linkCCAddresses", tblEmail, _
    tblEmailAddress, EVLinkType.kMany, EVLinkType.kMany, _
    EVOnDelete.kDefault )

  linkBCCAddresses = new VBinaryLink( "linkBCCAddresses", tblEmail, _
    tblEmailAddress, EVLinkType.kMany, EVLinkType.kMany, _
    EVOnDelete.kDefault )


> Is this database generated with some early beta?

No, it was generated on March 5, probably with 2.3b2.

__________________________________________________________________________
Kem Tekinay                                                 (212) 201-1465
MacTechnologies Consulting                              Fax (914) 242-7294
545 Eighth Avenue, Suite 401                          Pager (917) 491-5546
New York, New York 10018                    http://www.mactechnologies.com

To join the MacTechnologies Consulting mailing list, send an e-mail to:
  mactechnologies_consulting-subscribe at yahoogroups.com





More information about the Valentina-beta mailing list