Hi,
Thanks a lot for that work. I try to use your JDBC Driver but I meet some issues regarding alias.
For example for a query like that
"select MANDT as MANDT1, BOOKID as BOOKID1 from snvoice";
I unable to call rs.getString("MANDT1").
Could you please suggest where the improvement could be done ?
Cheers
Hi,
Thanks a lot for that work. I try to use your JDBC Driver but I meet some issues regarding alias.
For example for a query like that
"select MANDT as MANDT1, BOOKID as BOOKID1 from snvoice";
I unable to call rs.getString("MANDT1").
Could you please suggest where the improvement could be done ?
Cheers