Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] problems with sql sentence


  • From: mergen@xxxxxxxxxxxx (Sergio Luis Sardi Mergen)
  • Subject: [Advanced-java] problems with sql sentence
  • Date: 27 Feb 2002 17:33:37 -0200

hello !

 i have a application that runs these sql sentence:

select field as foo from table"

in windows over jdbc-odbc bridge, the rsmd.getColumnName returns "FOO"

in linux with interclient it return "FIELD"

why does that happen?  How to
make it work like the first example?

thanks in advance

Sergio