Commit 7270283c authored by L2m2's avatar L2m2

upload.

parent b61ece7d
var db = require('topsin.database');
db.addConnection({
database_type:'oracle',
database_host:'192.168.2.106',
database_name:'oracle',
database_user:'toplinker',
database_pwd:'TopLinker0510',
}, "BI");
var result = db.query("BI", function(query) {
return query.selectValue("SELECT 1 FROM DUAL", {});
});
print(result);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment