> How to store disk type databse like mssql into memory database of H2DB?
I don't understand the question, sorry. Do you mean how to convert a
MS SQL Server database to an in-memory H2 database? This is no
different than converting to a regular (persistent) H2 database. One
way is to create a SQL script from the MS SQL Server database, and
then run this script in H2 using RUNSCRIPT FROM.
Regards,
Thomas
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
> java -cp h2*.jar org.h2.tools.Server -tcp -tcpport 8082 -tcpAllowOthers
This fails for me because of the "tcpport". Are you sue you are
running exactly this statement?
What is your JDBC URL, and what exception do you get?
Regards,
Thomas