>
> hsql (http://hsqldb.sourceforge.net) is lightweight 100% Java SQL database engine. hsqldb is a relational database engine written in Java, with a JDBC driver, supporting a rich subset of ANSI-92 SQL (BNF tree format). It offers a small (less than 160k), fast database engine which offers both in memory and disk based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples.
>
> How to connect it to our CF MX apps? It's possible? Via CF Administrator or another set?
You should be able to connect if it has jdbc drivers which it says it
does.
find the dirver name should look somthing like:
com.rohanclan.ashpool.jdbc.Driver
and the url used to connect should look something like:
jdbc:ashpool:file://path_to_datastore
obviously those are for a different product but all jdbc drivers should
have them. Then follow the instructions here:
http://www.rohanclan.com/library/DBMSUsersGuide.cfm#d0e573
again the instructions are for a different product but just replace your
jdbc driver stuff with the ones in the example.
Good luck, let us know how it works
Cheers,
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

