On Sep 29, 3:57*pm, dilip <dilip.krishnag... (AT) gmail (DOT) com> wrote:
Quote:
Hi,
I am using dbaccess info column <table name>.
It outputs everything OK but when a column name is longer
say ThisisaBigColumn I see in output as ThisisaBig+
Is there any setting to output complete column name without
truncation.
thanks,
dilip |
I assume you mean "on the screen list of names"
e.g. a2345678901234567+
If the column is highlighted by moving the cursor, then the full name
will be displayed at the bottom of the screen
alternatively do a bit of sql and join the syscolumns and systables or
run dbschema etc. etc. etc.