Issue
Insert function on database in sqflite returns id of row inserted. But I want to know what it returns if an error occurs after getting an error during insertion. Thanks in advance.
Solution
Sqlite returns row number if row is successfully inserted.
Answered By - vedant kulkarni
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.