Well I think I'll settle with HyperSQL. I downloaded it. Comes with a nice documentation and that's what I'm reading now to learn it. I discovered the embedded database I saw on the example on my original post was something called H2. I think it's similar.
extranghero
Posts
-
How to make a database that is integrated within the application? -
How to make a database that is integrated within the application?Alright I'll also read about this. Thanks. :thumbsup:
-
How to make a database that is integrated within the application?Thanks! I will try to have a look at HyperSonic SQL. Hope this will work for me.
-
How to make a database that is integrated within the application?Ah, yes. I just got familiar with that file extension meaning nothing. I actually tried The Java Tutorials but I had a hard time understanding everything there. Perhaps I didn't had enough programming experience yet because I think they assume you've had C++ knowledge already. So I'm currently learning Java with other tutorials. Anyway I'm familiar with MySql.
-
How to make a database that is integrated within the application?I'm fairly new to programming especially ones that use database. I can make software that use database but only with .NET and using MySql with XAMPP. However I'm still trying to figure out how to do that in Java because I'm currently learning the language. However I saw this application which is an application for saving solve times for rubik's cube speedsolves. The software is called Prisma Puzzle Timer. [Download] The software generates a file with the .db extension on first run in the same directory of the .jar file. I assume this is the database. My question is how can this be done? And what type of database is it? (the .db file extension) Although the said software is open source, I don't have enough knowledge to understand the source to even find where the database creation is implemented (though I'm still trying to read through the source and I'm still in my learning phase in Java programming).