Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use uCase in command objects

Status
Not open for further replies.

crystal28

Programmer
Oct 23, 2002
108
US
In a SQL Statement in command object how do i use the Ucase function in the where clause,i know this might seem primitive but i really need to know
 
This could vary by the database you are using. What is the database? MS SQL Server? If so the function is simply Upper()

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Database is Oracle and i am trying to create a command object in Crystal with a where condition containing a ucase...
 
If it won't accept ucase(), try:

{fn ucase("table"."field")}

-LB
 
Upper did work.thanks...is there a link where i can view help on SQL in command objects in crystal,i tried to search BO website,not very detailed,even in Crystal reports manual there isnt much info on Command objects

How to create a Procedure to return 100s of rows which can be used in a command object to create a report?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top