SmartClient Version: v9.1p_2014-05-08/EVAL Deployment
using MySQL datasources.
Is it possible to have multiple foreignKey entries per field in my .ds.xml definition?
something like this (this is not valid though):
using MySQL datasources.
Is it possible to have multiple foreignKey entries per field in my .ds.xml definition?
something like this (this is not valid though):
Code:
<field name="ProjectID" type="integer" foreignKey="projects.ProjectID" foreignKey="orders.ProjectID"></field>
Comment