mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
add missing connect call
This commit is contained in:
@@ -123,7 +123,10 @@ connection.on('connect', function(err) {
|
||||
} else {
|
||||
console.log("Done!");
|
||||
}
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// Initialize the connection.
|
||||
connection.connect();
|
||||
|
||||
Reference in New Issue
Block a user