[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Re: Still can't create a connection

Brian Fitzpatrick wrote:

Can you create a different type of connection profile? Such as for a Derby database or something?

Fitz,

Success at last! The Derby suggestion was a good one. I had to add a number of bundles to get the Derby bundles to resolve, and some of those turned out to be the ones needed to make the MySQL profile drill-down work. The missing bundles were:

org.eclipse.datatools.connectivity.sqm.core.ui
org.eclipse.datatools.connectivity.sqm.server.ui
org.eclipse.datatools.modelbase.sql.edit


It's interesting that the dependencies were identified when I used Derby, but for MySQL profiles the DSE silently failed to expose the drill-down capability. Perhaps that's something that can be addressed.


Once again, I;'m very grateful for the superb help you gave me. You hung in there with me, and we were able to get everything that I needed working.

-Mark