Hi, > Hi , > > I have created a table in in-memory mode.It contains around 1.5 > million records. > I want to check the contents of table. Can i view that data by using > Console?
I'm not sure if I understand the problem. Do you mean you want to use the Console tool within your application? Yes, you can use: org.h2.tools.Server.startWebServer(Connection conn) See also: http://www.h2database.com/javadoc/org/h2/tools/Server.html#startWebServer(Connection) 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] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
