You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by Emmanuel Collin <ec...@awat.fr> on 2008/07/16 15:57:56 UTC

JDBC Control

Hi all,

i'm trying to use an alias into a select query (select LASTNAME as 
lname...) on a MYSQL database without any succes. The same query works 
fine on an Oracle database.
Do i need to write a custom resultset mapper for this specific issue ?

Thx a lot
Emmanuel