Discuss Uppercase A String in the Java Help forum on Dev Shed. Uppercase A String Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Intel® Graphics Performance Analyzers is a powerful tool suite for analyzing and optimizing your games, media, and graphics-intensive applications. Used by some of the best developers on the planet, Intel GPA lets you maximize your app’s performance.
Posts: 45
Time spent in forums: < 1 sec
Reputation Power: 9
Uppercase A String
Hello,
I was wondering how can I get the variable string return as an UPPERCASE string. I have tried using this sql statement but can't get the variable to print out as all UPPERCASE string. I am trying to display the variable in an input field in a form. Would appreciate the input. Thanks!
String sql = "Select switch_id, UPPER(make), UPPER(model), UPPER(version), service_date, cost, mark from switch ";