From: hades Date: Mon, 4 Sep 2000 13:40:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6273791b7da14eea74184f513d38156ee2f3528a;p=daqdata.git *** empty log message *** --- diff --git a/allParam/ora/oraParam.pc b/allParam/ora/oraParam.pc index 1957e42..9f2a7bc 100644 --- a/allParam/ora/oraParam.pc +++ b/allParam/ora/oraParam.pc @@ -63,7 +63,6 @@ int Param_getIntArray(const Param *my, const char *name, const char *idx, int ma EXEC SQL CONNECT :un IDENTIFIED BY :pw; EXEC SQL SELECT VALUE INTO :value FROM DAQ.PARAMS WHERE NAME = :sqlname AND IDX = :sqlidx ORDER BY SEQ_NUM; - printf("Number of result rows: %d.\n", sqlca.sqlerrd[2]); *rows = sqlca.sqlerrd[2]; if (*rows > maxrows) { @@ -116,7 +115,6 @@ int Param_getStringArray(const Param *my, const char *name, const char *idx, int EXEC SQL CONNECT :un IDENTIFIED BY :pw; EXEC SQL SELECT VALUE INTO :value FROM DAQ.PARAMS WHERE NAME = :sqlname AND IDX = :sqlidx ORDER BY SEQ_NUM; - printf("Number of result rows: %d.\n", sqlca.sqlerrd[2]); *rows = sqlca.sqlerrd[2]; if (*rows > maxrows) {