Error Inserting Record - SQLite Database
Good day!
I have a bit problem inserting Record on my Database..
I have Pasted all the dll's and def to my Plugin Folder: Mono.Data.SQLite.dll System.Data.dll sqlite3.dll sqlite3.def
(and) has a complete code for connection, creating table, reading table and inserting record..
but my Unity continuously saying that: no such column: Jomel
when i enter this query:
"INSERT INTO student (studID, studName) VALUES(`Jomel`, `Ortega);"
it's weird.. SQLite is reading the input data as column in a table..
anybody has the same case?
TIA :)
Comment