Hey All, Sorry, probably a newb question, but I haven't been working on this project much lately.
I have a B4A app that does some internal data store before the data is written to the mySQL database upon submission by the user.
The internal database I've always assumed was SQLite, it's being defined as SQL type.
I wanted to use the UPSERT feature that became available in 2018 with version 3.24. In my libraries folder I found I had version 3.7, so I downloaded the latest version from the forum here (3.45.2) and put it into the libraries folder. Recompiling didn't seem to pick it up, still errors on the sql statement. The libraries tab in the editor doesn't even show SQLite so I'm assuming it's internally built in.
android.database.sqlite.SQLiteException: near "ON": syntax error (code 1): , while compiling: insert into scores (
What steps do I need to do to get B4A to pick up the new library?
I have a B4A app that does some internal data store before the data is written to the mySQL database upon submission by the user.
The internal database I've always assumed was SQLite, it's being defined as SQL type.
I wanted to use the UPSERT feature that became available in 2018 with version 3.24. In my libraries folder I found I had version 3.7, so I downloaded the latest version from the forum here (3.45.2) and put it into the libraries folder. Recompiling didn't seem to pick it up, still errors on the sql statement. The libraries tab in the editor doesn't even show SQLite so I'm assuming it's internally built in.
android.database.sqlite.SQLiteException: near "ON": syntax error (code 1): , while compiling: insert into scores (
What steps do I need to do to get B4A to pick up the new library?