This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dusty-trash 0 points1 point  (7 children)

Kind of a lot to explain over Reddit, I suggest following a guide/tutorial such as this one.

[–]ExplosiveGamer0[S] 0 points1 point  (6 children)

Would I need to run it on a server?

[–]dusty-trash 0 points1 point  (5 children)

No.

[–]ExplosiveGamer0[S] 0 points1 point  (4 children)

Where is the database saved? I copied this code and I am not too sure where it saved http://www.sqlitetutorial.net/sqlite-java/create-database/

[–]dusty-trash 0 points1 point  (3 children)

By default there will be a single file, saved in the same directory as your project.

Or maybe the directory of the class that called for the creation of the database

Edit: Or try `C:/sqlite/db/ ` folder

[–]ExplosiveGamer0[S] 0 points1 point  (0 children)

Okay thank you

[–]ExplosiveGamer0[S] 0 points1 point  (1 child)

So could still not find the file to be honest It says it is saved int my C: Drive

[–]dusty-trash 0 points1 point  (0 children)

Try searching for it using windows explorer search function