Errors when switching SQLite from memory to file #429
Unanswered
edalatpour
asked this question in
Q&A
Replies: 1 comment
-
|
Can you show the code and error please ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the .NET MAUI sample docs, it says "Obviously, you will want to do much more in a “real world” application, including proper error handling, authentication, and using a Sqlite file instead of an in-memory database."
When I deploy the server to Azure and run the MAUI client as-is, with the in-memory version of the local SQLite database, everything synchronizes just fine. But when I make a simple change to the SQLite configuration string to use a local file instead, I get errors that I haven't been able to debug. Does anyone have a version of the sample client code that uses a SQLite database file?
Beta Was this translation helpful? Give feedback.
All reactions