Hi all,
is there any database (Hsqldb an example) wrappers I can use in Phoenix? I need to run database as a Phoenix application.
Can I use Merlin instead of Phoenix?
Thanks for advance, Murad.
See http://hsqldb.sourceforge.net/
The procedure goes as follows...
1) Get cornerstone 1.0 from avalon-components CVS. Compile it.
2) Get CVS head of the hsqldb-dev module at cvs.sourceforge.net (hsqlsb-components does not compile against hsqdb_1_7_1 or 1_7_2_alpha releases). Compile hsqldb-dev and get hsqldb.jar from the build dir.
3) Get CVS head hsql-component module at cvs.sourceforge.net. Compile hsql-component against the hsqldb.jar and cornerstone-*.jar that you generated in the previous steps. The cornerstone.jar that is in the hsql-component lib directory is ancient, don't use it.
- Janne
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
