facebook

Database Explorer configuration [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #215885 Reply

    pfsalmeida
    Member

    Riyad,
    I’ve tried for MySQL, and work very well.

    regard,

    Almeida

    #215892 Reply

    Riyad Kalla
    Member

    That’s great, I’m glad its working better for you now. MySQL is supported very well by many tools, if you don’t need SQL Server either MySQL or PostgreSQL are good choices.

    #215904 Reply

    support-jeff
    Member

    Hmmm. Weird behavior for the driver stuff. I will download a MSSQL Server driver and try it in debug.

    #215912 Reply

    support-jeff
    Member

    Ok, I think I know what is wrong. Because the class hierarchy is split between jar files, the classloader being used to sequentially open each jar file and examine contents for CLass.isAssignableFrom(Class) is to seeing that the subclass of BaseDriver is also a Driver. I will add a bug report on this.

    In the meantime, there is a work around for the problem. Unjar all three jar files and then create a single jar file with the content of all three. When you open it in the Driver editor you will now see the SQLServerDriver in the list of available drivers. I have verified that this works.

    #216004 Reply

    pfsalmeida
    Member

    Jeff,
    Thanks for Your help.
    Finally works.

    Regards

    Almeida

    #217005 Reply

    John Gordon
    Member

    I was having the _exact_ same problem, the driver was not being displayed. I solved the problem by literally typing in “com.microsoft.jdbc.sqlserver.SQLServerDriver” in the drop-down menu that displays drivers. Things went fine after that; I was able to connect to the database.

    #217007 Reply

    Riyad Kalla
    Member

    This should be automated in the next release, the problem was that the wizard was only searching 1 JAR at a time for the proper class, so in the case of the MS driver (split across 3 JARs) it wasn’t finding a valid driver. Jeff fixed this in what will be the 3.8.3 release.

    #217067 Reply

    support-jeff
    Member

    Not so fast. This one has not been addressed yet. Sorry!

    #217073 Reply

    Riyad Kalla
    Member

    Woops! Didn’t mean to mislead, I think I got my wires crossed with another issue that was fixed.

    #217911 Reply

    I just wanted to let you know 3.8.2 still has a malfunctioning Microsoft SQL driver. I could not connect to my MS SQL server with the provided driver. I created a new one (based on the post above from Sep. 21) and I could connect.

    #217913 Reply

    Riyad Kalla
    Member

    scavness,
    It doesn’t ship with a MS SQL driver. You either need to grab it from MS’s site or use the TSQL drive from Soureforge.

Viewing 11 posts - 16 through 26 (of 26 total)
Reply To: Database Explorer configuration [Closed]

You must be logged in to post in the forum log in