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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Special Character

Status
Not open for further replies.

burns642

Programmer
Apr 8, 2004
2
US
Crystal 7
DB2

I am running a query file. In the query there is a where clause: where name = '{?name_parameter}'. The problem that I am running into is that name_parameter can equal a value such as O'brien. I am getting an error that crystal(Db2) is reading the value as 'O'.

thanks,
James
 
Never Mind, I figured it out. I edited the parameter value to O''brien.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top