sybase and lower/upper case
Brought to you by:
jparrai
hi,
I use quantum 3.3.0 from longtime with sybase.
I try to use the latest version 3.3.9 and I think there is a problem.
When I click on an table, in order to see the datas , I have this error : "DBO"."MY_TABLE" not found....."
In fact the problem is that the query use uppercase,
If I try a query "select * from dbo.my_table....." it' runs
but if I try the query "select * from DBO.MY_TABLE...", the same error appears.
So why the plugin use uppercase and not lowercase ?
Is there a option to force to use lower case ?
Regards