Michael Jara wrote:

> Yes, Sybase ASE is case sensitive as to table and column names.  (SQL
> keywords may be any case.)  I beleive this is not unique to Sybase, but is
> also the case in some other database servers such as Oracle.  JAWS in JBoss
> 2.2.2 works properly, but Beta 2.4 does not...  I get SQL errors, and the
> trace shows all of the finder text from my jaws.xml file to be lower-cased.
>

In Oracle, object names (table, columns, packages, functions, etc) are only case
sensitive if you enclose them in double quotes in your SQL. Otherwise they are
converted to upper case.

--Victor


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to