Greum
Well-Known Member
Is there a way to check the number of rows that a SQLite query has affected? For instance on delete I want to be able to report that No, 1, 2 etc records were deleted.
I've looked at try ... catch ... but that just tells me the query ran, not how many records (if any) were deleted.
I've looked at try ... catch ... but that just tells me the query ran, not how many records (if any) were deleted.