Hi all,
in PB12 it seems, that table and column names was case insensitive. If I try to edit dw DataSource I can do it graphically.
When I migrate to PB2019, 2021, 2022 I cannot edit data source in graphics mode (it displays error : could not reconstruct the statement graphically ...) If I try to compare migrated datawindow and one created in PB2022 there is difference in casing in datawindows created in PB2022 there is casing same as in databate (MSSQL) . Migrated dws has column and table names in lowercase.
Is there any way how to make PB2022 case insensitive for table and column names?
I tried to disable binding in DB profile, but it did not help.
Thank you Ales
EDIT:
Support ticket was created for this issue :
https://www.appeon.com/standardsupport/track/view?id=8969
EDIT 2:
Support ticket is not bug anymore it is transfering as feature request to product team for may be some of next product version.
Conclusion as far is : ODBC makes all columns/tables names lowecase while OLEDB/Native Client has same casing as DB for entity names. So if you wont to use graphical designer for dw datasource you have to stick with ODBC or OLEDB/Native Client for whole project. If you want to switch profile from ODBC to OLEDB/Native Client you have to adjust casing properly.
I think that only if you add quoted identifiers ("Name", "Address",.....) then it must be correct casing, but dit not try that. Oracle works that way I think.
A.