| Author |
Column name too wide
|
Mel Calvin
Greenhorn
Joined: Sep 11, 2007
Posts: 9
|
|
Hi, If I have a sql query that looks like this: and result is returned as a collection of dynabeans. When I want to retrieve the data from the updated_date column I need to write like this: with the "column name" truncated down to 32 chars, else it won't work. Now, this isn't an elegant solution. Anyone have better solution for this? Thanks.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Could you not alias the columns in your result set? i.e.:
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Mel Calvin
Greenhorn
Joined: Sep 11, 2007
Posts: 9
|
|
Aah.. I knew there was a SQL-side solution to this. My SQL skills are limited, thanks for the help!
|
 |
 |
|
|
subject: Column name too wide
|
|
|