Re: Help, with HypersonicSQL/ Orion

2000-06-29 Thread Robert
Hello, A Huge thanks to everyone that helpt me out with my orion/hsql problem. Everything runs perfect now. cheers, Robert Karlsson

Help, with HypersonicSQL/ Orion

2000-06-28 Thread Robert
Hi, Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL database using the webserver connection. But when I use the following URL: "jdbc:HypersonicSQL:http://localhost:8080" It wont connect. I have orion on the url: localhost:8080. I've installed hSQL in the /lib dir

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread thm
I have the same difficulty! I write a little program to access the Hypersonic Base, but I ve an error message : no surch driver. Thanks for your help ThM [EMAIL PROTECTED] http://www.idocw.com Robert a écrit : Hi, Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL

RE: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Joe Walnes
Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL database using the webserver connection. But when I use the following URL: connection-driver="hSql.hDriver" Try changing the driver to org.hsql.jdbcDriver (which was recently updated in the hsql

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Wong Kok Wai
Try this (edit the username and password to match your setup): data-source name="Default data-source" class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS" pooled-location="jdbc/DefaultPooledDS"

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Brian Cunningham
If that still won't do it, look on the hsql site for the socket connection patch. I applied it just as specified by its author, recompiled, and the client/server version suddenly worked great, where before I could not connect at all. The same issue may apply to the web server version. Brian