Hi,
We are several developers using PB2019.2170, all on Windows 10, all using SAP SQL Anywhere 17.4003 (and the same db file).
On only one instance, when using dw_1.syntaxfromsql(ls_sql), the name of the columns returned are composed in the form 'table_name'_'col_name' but for all other devs, the syntax returned is only 'col_name'. This cause several errors for this developer because later in the code, we access the datawinow using ony the column name.
Is there some ODBC, .ini file or some other settings that control this behavior ?
Thank you.
Please open a support ticket for this and if possible, attach a small PB App test case that replicates this issue on the current PB Demo 2022 R2 (SA) test database.
Regards ... Chris
I think you will have a much better chance of getting a response if you: (1) Post your question in a separate/new thread instead of hijacking an existing thread, particularly since this one has not been updated in three years. (2) Include critical additional details, such as PB version/release/build, DBMS vendor and version, the SQLCA connection properties being used (mask any sensitive info, such as passwords, etc.), (3) The SQL syntax and/or the code where SyntaxFromSQL is being called, and most importantly, (4) include the error message(s).