[Rife-users] SQLite

2005-11-08 Thread F Baube
In the list of supported DB's ( http://www.rifers.org/integration ) I do not see SQLite ( http://www.sqlite.org/ ) Is there any chance ? Or is there something else you would recommend for an embedded DB for a simple turnkey app ? SQLite is nice because everything goes into a single file

Re: [Rife-users] SQLite

2005-11-08 Thread Geert Bevin
Hi Fred, SQLite is not supported since the JDBC driver is experimental. You can use any of these: HsqlDB Derby One$DB McKoiSQL They are all embedded databases and are on top of that written in pure Java. Best regards, Geert On 8-nov-05, at 16:29, F Baube wrote: In the list of supported