Commit 98350b60 authored by L2m2's avatar L2m2

upload.

parent c035da59
T_SQLCNT_POOL.setConnectParameter({
database_type:'oracle',
database_host:'192.168.2.106',
database_name:'oracle',
database_user:'toplinker',
database_pwd:'TopLinker0510',
}, 'TEST');
var query = new TSqlQueryV2(T_SQLCNT_POOL.getSqlDatabase('TEST'));
var result = query.selectValue('SELECT 1 FROM DUAL', {});
if (query.lastError().isValid()) {
print(query.lastError().text());
}
print(JSON.stringify(result));
\ No newline at end of file
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