I'm trying to insert record in sqlite my code is :
tr.ExecNonQuery("INSERT INTO gl (fdesc) VALUES ('" & desc & "')")
fdesc has value = VASANT'S THE SUPER SHOP
Log is : android.database.sqlite.SQLiteException: near "S": syntax error (code 1): , while compiling: INSERT INTO gl (fdesc) VALUES...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.