SQlite1 - extension

Hello.
I am using the TaifunSqlite1 extension. So that I can use commands such as DatabaseExist ..... OpenDatabase...etc, which extension for SQLite1 should I add to the project?

Ondrej

um, the TaifunSqlite extension....

Database Exists where ? (If you are looking for a file, then use the File component)

Open database - IMPORT database block?

You do not need such commands.... a database always exists... if you do not import your own database, then there already is an empty database available... to find out if a specific table exists, use the select query I already mentioned in your other thread

My extension follows the KISS principle...

therefore there is no need to use a command like OpenDatabase... this is already done for you...

Taifun