> From: Jason Pyeron [mailto:[EMAIL PROTECTED] > > On Mon, 17 Nov 2003, Robert S. Sfeir wrote: > > > I've figured out how to import existing tables if anyone is > interested. > > > > Setup your jdbc driver > ... > > Choose Import Entities > > > > Check everything > > where are the foreign keys???? [...] > > I am an OJB user, I use MySQL4 and I have been doing things ^^^^^^ Which version of the MySQL jdbc driver (JConnect ??) are you using ?
According to http://www.mysql.com/downloads/api-jdbc-stable.html the latest release, 3.09 fixes some bugs to do with foreign key metadata on InnoDB tables. More info on one of the bugs here : http://bugs.mysql.com/bug.php?id=517 I suspect that Druid uses the foreign key metadata stuff in the driver to do it's thang. If it ain't reported from MySql, Druid can't use it. HTH, Cheers, Charles. ___________________________________________________________ HPD Software Ltd. - Helping Business Finance Business Email terms and conditions: www.hpdsoftware.com/disclaimer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
