You should be able to connect to the db with the following steps:

1) start the H2 webinterface/server with something like
java -cp h2-1.1.113.jar org.h2.tools.Server
2) point your browser to localhost:8082
3) Use Generic H2 (Embedded),
    driver class: org.h2.Driver
    JDBC URL: something like jdbc:h2:~/YourProjectPath/todo/
pca_example
4) Leave User Name and Password blank
5) Test Connection and Connect should now work

Best regards


On Aug 13, 11:42 am, Caesar You <ucae...@gmail.com> wrote:
> i have downloaded H2 client and tried to connect to pca_example
> database.
> but how?
> i dont know the username and password. and i tried to find it out from
> the source code, but nothing.
>
> thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to