Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I recently created a new desktop for which I had to re-create the DB connections in the DB Browser. Now “Refresh Table” in an existing ERD leads to a “driver not found”-error.
How can I tell the ER designer which DB connection to use?
Open the .mer file in a text editor. You will see a <Connection> element with a session attribute. Replace the value of that attribute with the name of your connection in the DB Browser view.
If you made this change outside eclipse, be sure to refresh the file before attempting to open it in the MyEclipse ER Designer.
BTW: Opening the .mer-file with the MyEclipse XML Editor leads to an error message saying “Unsupported Content Type” and the note, that i should associate the file extension with a content type. Why isn’t it enough for the XML editor, that the file indeed contains xml, even more that it starts with an XML header?
I’m glad that worked.
About the XML problem, the “Eclipse” way is to actually setup a content type association instead of the file association; it’s necessary for some advanced stuff like encoded and content assist. Having said that it should not have complained so loudly, we’ll look into it.
Thanks, Brian. It’s not the complaint that awkward here, but: the file is opened in the text editor, and all xml-specific stuff (formatting, folding) ist not working. I definitely prefer the “content type way2 instead of “file extension way”, the best would be some kind of automatic content type detection.