Hello group
I’m converting my program from Ms Access to SQLite, at least I’m trying. I have a problem with completely deleting a table, I wrote:
deleteSQL = "DELETE * FROM "+TabellaDaEliminare
Try
db.ExecuteSQL(deleteSQL)
error is:Exception: near “*”: syntax error
What is ?
6 posts - 4 participants