Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with SQLite database #41

Closed
Mason-Witt opened this issue Dec 6, 2021 · 3 comments
Closed

Issues with SQLite database #41

Mason-Witt opened this issue Dec 6, 2021 · 3 comments

Comments

@Mason-Witt
Copy link

Mason-Witt commented Dec 6, 2021

This is probably me because I have not worked with SQLite in the past but I am stuck on configuring the client database.

I turned the .fdb into a sqlite and placed it in the right folder, but when I try to open the database to read the .sql files into I get a cannot open error.

I am trying .open /home/User/DarkflameServer/build/res/CDServer.sqlite
and receiving Error: cannot open "/home/User/DarkflameServer/build/res/CDServer.sqlite"

@codeshaunted
Copy link
Member

codeshaunted commented Dec 6, 2021

What are you attempting to open it with, you’ll need some sort of editor to apply the patches.

@Mason-Witt
Copy link
Author

What are you attempting to open it with, you’ll need some sort of editor to apply the patches.

I am using SQLite3

@codeshaunted
Copy link
Member

You’re using sqlite3 incorrectly then. Closing issue as it does not relate to our codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants