Armeria89
(Armeria89)
#1
I have a problem importing a SQL database. I’m using an extension, which is org.bennedum.SQLite.aix
These are the blocks that I use to import the database, but it returns false when I try to import.
Thanks!
Rogerio_Rios
(Professional Support)
#2
To work with a SQLite type database you will have to use SQL commands.
Armeria89
(Armeria89)
#3
I know, but my problem is not working with it, it is importing a database
Taifun
#4
You need an extension, which offers an Import method… does that extension offer this functionality?
My sqlite extension does…
Taifun