I have a control application where I want to use an in-memory database for the live data and a copy of configuration data and a file based database (ideally multi-user) which will contain the archived data, configurations etc.
I know that I can have either in a single application but can I have both from the same application? If not then I guess I will need to run a separate server application to get it running and then run the in- memory application with my main program. Anyone done anything like this? David. -- 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.
