I retrieved some rows from a sqlite database using the sqlite3_get_table function. Some of these rows are these are modified. How do I have these rows update the same sqlite database? Is there another sqlite function I can call passing the table that was retrieved from the sqlite3_get_table function that will update the database?

Like in with ADO I can retrieve some rows in a table, then make a the table a disconnected recordset, next modify the rows in the disconnected record set, and then just reapply a connection the disconnected recordset and the database is updated.
Thanks
Steve



Reply via email to