Hi, I apologize in advance, I am new to H2 and have very little programming knowledge. I have tried searching the tutorials and this forum without success. I am trying to open an .h2.db file that was generated by a java application I am using. The file is stored on my computer at C:\Users\ejoffe\Downloads\SubNotes_EX2\SubNotes_EX2\extractors\-508919890\-867784364\features.h2.db
I am unable to load the database. I have tried: 1. In embeded mode the URL - jdbc:h2:C:/Users/ejoffe/Downloads/SubNotes_EX2/SubNotes_EX2\extractors/-508919890/-867784364/features.h2.db 2. In server mode the URL - jdbc:h2:tcp://localhost/C:\Users\ejoffe\Downloads\SubNotes_EX2\SubNotes_EX2\extractors\-508919890\-867784364/features.h2.db I think It just opens a default database. What am I doing wrong ? Could you take me through the steps of opening my feature.h2.db file ? Thanks, Erel -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/_WuYYu2AkqsJ. 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.
