Thanks Thomas. That fixed my problem. but one problem still persist. i.e. I need to enable remote access of my h2 database. I am using following command line java -cp h2*.jar org.h2.tools.Server -tcp -tcpport 8082 -tcpAllowOthers. but still not able to make connection from other pc to this server. Can you please tell me where I m wrong?
Thanks in Advance. On 6 June 2010 14:15, Thomas Mueller <[email protected]> wrote: > Hi, > > > 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 > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<h2-database%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
