SyntaxFix
Write A Post
Hire A Developer
Questions
In insert()
public void insert(String tableImg, Object object, ContentValues dataToInsert) { db.insert(tablename, null, dataToInsert); }
Hope it helps you.