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.