diff --git a/samples/tutorials/node.js/macOS/SqlServerSample/crud.js b/samples/tutorials/node.js/macOS/SqlServerSample/crud.js index 160a28f1..4b26179b 100644 --- a/samples/tutorials/node.js/macOS/SqlServerSample/crud.js +++ b/samples/tutorials/node.js/macOS/SqlServerSample/crud.js @@ -123,7 +123,10 @@ connection.on('connect', function(err) { } else { console.log("Done!"); } - } - ) + }) } -}); \ No newline at end of file +}); + + +// Initialize the connection. +connection.connect();