Hi
I have tried the following code attempting to copy a table from a main database (main.db) into a backup database (backup.db).
SQL.NonExecQuery("SELECT * INTO CustomersBackup IN 'backup.db' FROM Customers")
and the result was an error which says 'SQLiteException: near "INTO".'
Is the SQL syntax correct in b4a?
Thanks.
I have tried the following code attempting to copy a table from a main database (main.db) into a backup database (backup.db).
SQL.NonExecQuery("SELECT * INTO CustomersBackup IN 'backup.db' FROM Customers")
and the result was an error which says 'SQLiteException: near "INTO".'
Is the SQL syntax correct in b4a?
Thanks.