Hi,
One of my programs can perform a mass delete or updates in SQLite. I’d like to tell the user the number of rows updated or deleted. SQLite records this information and you can retrieve it with
int sqlite3_changes(sqlite3*);
However not being anything like an SQL expert, how do I get that back into Xojo.
Thanks
Jack