UNPKG

adodb

Version:

Package for executing SQL queries to MS Access databases intended for use on Windows XP and later. In the client-server mode, the client part can be used without restriction of the operating system.

8 lines (6 loc) 226 B
'use strict'; const path = require('path'); let filePath = path.resolve(__dirname + '/../test/media/Northwind2003.mdb'); module.exports = { connString: 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=' + filePath };