Skip to content

Commit

Permalink
🎨 Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 2, 2018
1 parent f68f18b commit 126c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const ADODB = require('../');

// Variable declaration
const connection = ADODB.open('Provider=Microsoft.Jet.OLEDB.4.0;Data Source=node-adodb.mdb;', true);
const connection = ADODB.open('Provider=Microsoft.Jet.OLEDB.4.0;Data Source=node-adodb.mdb;');

// Query
connection
Expand Down

0 comments on commit 126c460

Please sign in to comment.