Home » Database » DB_DataObject » Bug #4289
Can't automatically link tables from different databases
Details
| Request #4289 | Can't automatically link tables from different databases |
|---|---|
| Submitted | 2005-05-05 17:07 UTC |
| From | douglas dot day at calendarsystems dot com |
| Status | Feedback |
| Package | DB_DataObject |
| PHP Version | 5.0.3 |
| OS | WinXP |
| 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