Hi,

I'm not totally sure, but I would guess this does not work. However, with 3.2-RC1, there is the possibility to include one schema into another. I have never used it, but it might work then (I would try it without using the db2 prefix)

   Thomas

On Sun, 28 Aug 2005, Mickey Mokotov wrote:

Hi All,

Can in any way we support the <foreign-key> tag to reference another db?
for example:

<database name="db1">

 <table name="t1">
   <column name="userId" type="INTEGER" primaryKey="true"
autoIncrement="true"/>
   <column name="countryId" type="INTEGER"/>
   <foreign-key foreignTable="db2.Country">
     <reference local="countryKey" foreign="symbol"/>
   </foreign-key>
 </table>

</database>


--
<http://www.fetchbook.info/> www.FetchBook.Info
Find the lowest price - Compare more then a hundred book stores in a click.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to