in reply to Re: DBI: $sth->{NAME}
in thread DBI: $sth->{NAME}

No, sybase isn't trimming the column name. sp_columns ${table_name} returns the full name of the column.

Replies are listed 'Best First'.
Re: Re: Re: DBI: $sth->{NAME}
by blssu (Pilgrim) on Sep 12, 2002 at 21:29 UTC

    Since Sybase was trimming the columns, I guess you won't trust that method anymore! (You didn't try my example either, did you? ;)