Bug #39371 | In powerbuilder 9 User variables does not work with aggregate functions | ||
---|---|---|---|
Submitted: | 10 Sep 2008 13:37 | Modified: | 10 Sep 2008 15:33 |
Reporter: | Oscar Mateus | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | avg, MAX, min, sum |
[10 Sep 2008 13:37]
Oscar Mateus
[10 Sep 2008 15:33]
Oscar Mateus
The solution that i found is add in the dbparm option=135168 eg. ConnectString='DSN=test_local;UID=root;PWD=tecno;OPTION=135168',PBUseProcOwner="NO" thanks.
[9 May 2009 5:09]
Philip Arce
try adding {} ex. select {sum(valor_total)} into :ldb_prueba from factura;