MySQL Server 5.6.26
MySQL ODBC 5.3.10 ANSI
Internet Explorer: 11.471.17134.0
PowerBuilder Universal: 2019R2 Build 2328.00
PowerServer (PB Edition): 2020 Build 2323.00 From AEM
The following syntax:
ls_Syntax = SQLCA.SyntaxFromSql("SELECT CONVERT(' ', CHAR(15)) AS UCC_001, CONVERT(' ', CHAR(150)) AS UCC_002, curdate() AS UCC_003, CONVERT(' ', CHAR(20)) AS UCC_004, CONVERT(0, DECIMAL(12, 2)) AS UCC_005", "style(type=grid Report=yes Vertical_Size=60)", ls_ERR)
Is causing the following message
When I click the OK button ls_Syntax AND ls_ERR are empty.
The exact same object and line is working fine in an EXE.
Anyone knows what I'm doing wrong?
TIA
Sylvain