Hi Adharssh,
instead of TRIM(DatabasesName) you can also switch to dbc.ColumnsV instead where DatabaseName is a VARCHAR(128).
Since TD12 there's the new set of dbc views all ending on V or VX, the old ones are for backward compatibility only, e.g.
dbc.Columns & dbc.ColumnsX - old, don't use
dbc.ColumnsV & dbc.ColumnsVX - new, recommended
In TD14.10 you must use the new version when you want to implement the new long table names.
Dieter
Hi Adharssh,
instead of TRIM(DatabasesName) you can also switch to dbc.ColumnsV instead where DatabaseName is a VARCHAR(128).
Since TD12 there's the new set of dbc views all ending on V or VX, the old ones are for backward compatibility only, e.g.
dbc.Columns & dbc.ColumnsX - old, don't use
dbc.ColumnsV & dbc.ColumnsVX - new, recommended
In TD14.10 you must use the new version when you want to implement the new long table names.
Dieter