Your client app isn't using the correct connection string. Take another look
at Ewald's example -- especially the "tcp" bit :-)
> conn = DriverManager.getConnection("jdbc:h2:tcp://" +
> ipAddress +
> "//myappfolder/db/myappdatabasename", userName,
> pwdString);
Cheers
Kerry
On Sat, Jan 23, 2010 at 5:40 AM, frubeng <[email protected]> wrote:
> I've also tried with the line
>
> Server server = Server.createTcpServer("jdbc:h2://localhost/~/
> test","sa","").start();
>
> but i get the same result. :(
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<h2-database%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.