Share

FreeQueryBuilder

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

IBM DB2 Connection

You are viewing a single message from this topic. View all messages.

  1. 2006-04-11 20:05:38 UTC
    I have the same problem with mySQL and Oracle. I launched the program as follows (example for mySQL only):

    java -verbose -cp mysql-connector-java-3.1.11-bin.jar -jar freequerybuilder.jar

    The UI contains two menus:

    file > change/open connection
    > exit

    query > copy Syntax
    > clear diagram
    > []distinct
    > []join
    > preview

    I used the file>change/open connection to establish a db connection using the following parameters (example for mySQL only):
    driver: com.mysql.jdbc.Driver
    url: jdbc:mysql://<host>:3306/<db>
    user: <username>
    password <userpassword>

    I have validated that the provided parameters are correct and have successfully used them in separate JDBC calls and from within SQLenardo.

    The error I receive is:
    A modal dialog window entitled "Exception" with the name of the driver (com.mysql.jdbc.Driver), an empty rectangle circumscribed by a red stopsign icon and an "OK" button. (nothing in the shell I have launched from)

    Any tips or suggestions would be appreciated.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.