Commit ff0cd4e2 authored by l2m2's avatar l2m2

upload.

parent 2098d3c1
T_SQLCNT_POOL.setConnectParameter({
database_host:'192.168.2.22',
database_type:'QMYSQL',
database_name: 'topbi',
database_user:'toplinker',
database_pwd:'TopLinker0510'
}, 'TEST');
var query = new TSqlQueryV2(T_SQLCNT_POOL.getSqlDatabase('TEST'));
var result = query.selectArrayMap({
table: 'sys_user',
limit: 1
});
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