Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3747

Sqlite deleting all rows

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3747

Trending Articles