I'm working under LINUX now , so I can not use SQLSTUDIO. But LOADERCLI and SQLCLI often show me a blank result of my SQL statement.
[EMAIL PROTECTED] gulei]$loadercli -d test -u test,test Loader Server Protocol File: '/home/sapdb/data/wrk/loader.prt'
User TEST connected to database TEST on local host.
loadercli>select count(*) from pmcategories OK
--- loadercli>select count(*) from pmtemplates OK
--- loadercli>select tablename from tables OK
---
I can see the result in DBMCLI: [EMAIL PROTECTED] planAndRecord]$dbmcli -d test -u dbm,dbm dbmcli on test>sql_connect test,test OK
--- dbmcli on test>sql_execute select count(*) from pmcategories OK END 1000
--- dbmcli on test>sql_execute select count(*) from pmtemplates OK END 1000
--- dbmcli on test>sql_execute select count * from tables ...... ......so many tablenames
---
NO error displays in loader.prt
What can I do?Thanks.
Best regards, Gu Lei
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
