posted 22 years ago
Hi Deb,
Most of the databases that I have worked with allow you to define column aliases in the SQL query, for example:
Note: I think that this may be part of standard SQL (but I'm not sure).
However, if you want to change the column name _after_ you have created your "PreparedStatement" object, I don't think this is possible.
Hope this has helped you.
Good Luck,
Avi.