Good morning,
I've got a problem with autocompletion, when I write a statement like this:
select * from order where orderkind = 1;
When I wrote this and type STRG+SPACE nothing happend:
select * from order where orderk
The problem seems to be the tablename because it is marked red and not green like all other table names.
Quoting the tablename ("ORDER") does not help.
The connection is done over JTOpen Driver to an AS/400.
And I have installed latest version. (3.7)
Hopefully somebody has an idea how to solve that problem - and renaming the table is not an option. ;)
Best regards,
Patrick
|