LassoScript Utility
Basics Browse Detail

[SQLite_CreateDB]

Tag Link [SQLite_CreateDB] Category Database
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[SQLite_CreateDB] creates the specified database using the internal SQLite connector. The tag requires one parameter which is the name of the database to be created. The database will be created in the SQLiteDBs folder for the current site. It is necessary to use this tag since SQLite does not provide a create database SQL statement. Once the database has been created, tables can be created using CREATE TABLE.

Syntax

[SQLite_CreateDB: 'Database Name']

Parameters

Required Parameters
Database Name The name of the database to create.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.