PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #4289

Can't automatically link tables from different databases

Details

Request #4289Can't automatically link tables from different databases
Submitted2005-05-05 17:07 UTC
Fromdouglas dot day at calendarsystems dot com
StatusFeedback
PackageDB_DataObject
PHP Version5.0.3
OSWinXP
Roadmaps(Not assigned)

Comments

[2005-05-05 17:07 UTC] douglas dot day at calendarsystems dot com

Description:
------------
I can't automatically link tables from different databases.

If I have a foreign key in db1.tblCustomerInfo that references db2.tblCustomerInfo, I can't link them automatically.

Reproduce code:
---------------
Maybe in the links.ini file you could do this:

[tblCustomerInfo]
CustomerFK = db2:tblCustomerInfo:CustomerPK