vishal

Results 3 issues of vishal

C:\Users>npm install db-oracle npm WARN package.json [email protected] No repository field. npm http GET https://registry.npmjs.org/db-oracle npm http 304 https://registry.npmjs.org/db-oracle [email protected] install C:\Users\vishaltyagi\node_modules\db-oracle node-waf configure build 'node-waf' is not recognized as an...

I am trying to read the tool tip value of line chart from http://www.highcharts.com/demo/line-basic. For that i have carried out following steps 1.Created object of LineChart and called function hoverOverPointOfGraphAtXAxisLabel...

Trying to connect to oracle db ``` var oracle = require('oracle'); var connectData = { "hostname": "UX572.fairisaac.com", "user": "PHMSCHEMA_UI", "password": "autumn", "database": "ifmq1.world"}; oracle.connect(connectData, function(err, connection) { // selecting rows...