Problem importing SQL base

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!

To work with a SQLite type database you will have to use SQL commands.

I know, but my problem is not working with it, it is importing a database

You need an extension, which offers an Import method… does that extension offer this functionality?

My sqlite extension does…

Taifun

Well, I have applications that do this: I import data from a database on the web (from mysql in host to SQLite - record by record ).
and I perform this import with SQL commands.
Hugs