From: John L. <jv...@ho...> - 2005-09-25 08:14:57
|
recently used HSQL: and had to make some mods.. fromSqlValue also advise that you change name of sqlite module as under windows/hugs the sqlite.dll (hugs c interface) will cause a name clash with sqlite.dll (sqlite dll) - advise to change to something like sqlite2 as the sqlite3 dll is incompatible and you might want to add sqlite3 support at later stage. in the export list of HSQL as then it is possible to define instances of SqlBind outside of HSQL JL. |