If you folks are looking for items to include in a future release, try this –
be able to create an sql statement from a java editor window.
Can not tell you the number of times I’m looking at a program with sql string that I need to execute.
currently have to copy the string to some editor, strip off all extra stuff and fill in the parmaters.
example:
String aString=”select customer” +
” from customers “+
” where balance>?”;
would love a popup on the string that says “copy 2 sql window” then would copy the statement and prompt for the parameter and stick it into and sql window. Now that would be cool and useful.
thx
ed