Hi, How do I create cached table in hypersonic?. I was looking up about HSQL and found out that using Create table in HSQL would make the data always reside in memory not data written out to the database . So creating tables like CREATE TABLE should be the only thing I need to do to get it to be persistent in the database. In other words a not memory only database. It persist only when the server is shutdown!. Is there some cofiguration change i need to make so that the container creates tables using CREATE CACHED TABLE rahter than CREATE TABLE. Thanks in advance Subu
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
