Hi
I have few question about myeclipse database tools..
1. is it possible to “visually” create db objects via ER designer or can it just be used for reverse engeniring. I mean, can I create a table using any of the db tools without writing a script?
2. Is it possible to set up SQL editor to use all CAPS for the keywords? so that generated SQL looks like :”
SELECT Id,Name FROM TAB1 WHERE Id=1
” for example
Thanks