right, but lookie here: http://cvs.apache.org/viewcvs/xml-cocoon2/src/webapp/WEB-INF/db/cocoondb.script?rev=1.2&content-type=text/vnd.viewcvs-markup
HSQL creates scripts based on your JDBC calls that can easily be run on a big boy database (like postgreSQL ...haha) -- As far as I can tell thats how HSQL stores the data. And they aren't necesarilly the same insert/create statements that were passed in via jdbc *shrug*...they seem to be genericised. (excuse my ignorance, I'm going only on the online docs) So if all this thing does is that....then I don't get it. -Andy Tim Vernum wrote: >From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > >>On Sun, 2002-04-21 at 21:10, [EMAIL PROTECTED] wrote: >> > >>>The project is called crossdb and can be found at www.crossdb.com. >>> >>>What is it? >>>crossdb is a Java API that is used to create SQL statements >>> >>that are database independent. So you can write an >>application and have it run the exact same on any database >>(ie: MySQL, Oracle, MS SQL Server, etc.) >> > >>Out of morbid curiosity... I couldn't find this answered on the >>website... How is this different then hsql >>(hsqldb.sourceforge.net) and >>why would I want to use it as opposed to hsql? >> > >I have nothing to do with either project, but hsql *is* a database. >crossdb is a database API > >Your question is somewhat akin to "what's the difference between >jdbc and oracle?" > >To the original poster (Travis), if you haven't already done so, >you should read > http://jakarta.apache.org/site/newproject.html >and formulate your proposal to cover all the issues dicussed there. > > > > > > >NOTICE >This e-mail and any attachments are confidential and may contain copyright material >of Macquarie Bank or third parties. If you are not the intended recipient of this >email you should not read, print, re-transmit, store or act in reliance on this >e-mail or any attachments, and should destroy all copies of them. Macquarie Bank does >not guarantee the integrity of any emails or any attached files. The views or >opinions expressed are the author's own and may not reflect the views or opinions of >Macquarie Bank. > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > z -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
