ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Native Connectors/Native Accesses / Native SQLite Connector
  • Overview
  • Required configuration
  • Conditions for using Native SQLite Connector
  • Required files
  • Use
  • Using the Native SQLite Connector in your WINDEV applications or WEBDEV sites
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WINDEV and WEBDEV 2024 include a Native SQLite Connector. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver.
SQLite is a system for managing indexed files.
The Native Connector to SQLite is available:
  • in 32-bit and 64-bit Windows.
  • in 32-bit and 64-bit Linux.
Android Remark: WINDEV Mobile also proposes a Native Connector to SQLite for the Android applications. For more details, see Specific features of Android applications.
Required configuration

Conditions for using Native SQLite Connector

  • SQLite version 3

Required files

The use of the Native SQLite Connector requires the wd290sqlite.dll file. This file is required for the native connection to an SQLite database.
Use

Using the Native SQLite Connector in your WINDEV applications or WEBDEV sites

To use SQLite in native mode, you must program:
Remarks:
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/23/2023

Send a report | Local help