C10: SQLite School Example Questions

Please help this lost newbie.

I was having a look at the SQLite (School) example provided by SoftVelocity. I must be missing something. Is there a “guided tour” or readme file that explains what to look for in the code?

When I run the application it doesn’t have any data. Is this by design? Is there a quick way to copy the .tps data to the .sqlite3 tables?

As usual I have searched the Clarion Help but not found anything helpful. Is there somewhere else I should be looking?

Also, what do I need to do to update the old sqlite3.dll to the current version?

You need to experiment more :smile:

Run it and select File - ‘Create SQLite db’ - that creates an SQLite database from the shipped TPS files

Also, what do I need to do to update the old sqlite3.dll to the current version?
Probably nothing, just copy the newer SQLite3.dll over the exiting one (backup first just in case)

1 Like