Skip to content

SundarNatarajan/msaccessQuering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Requisites

Config details

Config details are mentioned in lib/config.json

dbConnString : ''  // mention the ms access db connection details
/*
example 
dbConnString : 'Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\sundar.natarajan\\Documents\\testDB.accdb;Persist Security Info=False;'
*/

Steps To Execute

  • Make sure you have installed node js version > 6.2.0 to run it as a standalone application
  • Run the below for the first time project set up, will install the dependency node modules mentioned in package.json
$ npm install
  • To run the application
$ node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published