WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

SQLite

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

SQLite Extender

 Keywords: sqlite json database sql recordset 

General Usage Information:

This SQLite Extender provides direct access to and manipulation of SQLite databases from within WinBatch, including in-memory databases. It is, currently, based on SQLite Version 3.31.1. Most all of the basic SQLite functionality should be accessible. Also of note, the SQLite JSON capabilities are accessible as well.

Author: Jim Taylor

[WBSQL44I.zip]

To access the functions in this extender, add the following to your script:

32-bit Extender:

  AddExtender('WBSQL44I.DLL')
 System Requirements: WinBatch version 2006D or newer.

64-bit Extender:

 Currently not available


SQLite Extender Installation:

  Copy the WBSQL44I.DLL file to your WinBatch\System folder for easy access. It can be added to compiled scripts using the compiler's "Other files" option.

FIXES AND IMPROVEMENTS:
   Version 1020 - Jan. 28, 2021


Article ID:   W18539
Filename:   SQLite Extender.txt
File Created: 2021:01:28:09:25:26
Last Updated: 2021:01:28:09:25:26