You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to create databases and tables in PICO 4, but I can't seem to write table data, is this true?
My write code is this method: connectionSQL.Insert
The text was updated successfully, but these errors were encountered:
The first thing I would check is the database names. I would use only ASCII-compatible symbols (English characters, numbers, and some special characters) for the database and table names.
Also, I would suggest checking the raw logcat logs for any related error messages (assuming the Pico4 has an Android-like OS).
I was able to create databases and tables in PICO 4, but I can't seem to write table data, is this true?
My write code is this method: connectionSQL.Insert
The text was updated successfully, but these errors were encountered: