|
|
|
|
|
|
Categoría: Native SQLite Connector |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
En los siguientes párrafos se presentan los principales aspectos y características específicas del conector SQLite nativo. |
|
|
|
|
|
|
WINDEV and WEBDEV offer a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver. |
|
|
|
|
|
|
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis. |
|
|
|
|
|
|
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|