IanWaterman
Programmer
I have built a report (CR2013) with a command on Oracle 11.
All working fine with exception of string Parameters.
I can use the parameter builder inside the command function box to add in parameters and they work fine for Numbers and dates. However, when I try to add a string parameter I get an error.
It seems that if I add a where clause such as
Where StringField = {?StringParam}
If string parameter is say EUR, instead of creating SQL
Where StringField = 'EUR'
it creates
Where StringField = "EUR"
which causes an error.
Am I doing something wrong, is there a work around or is this a bug in the Crystal Command/ Oracle interface.
Thank you
Ian
All working fine with exception of string Parameters.
I can use the parameter builder inside the command function box to add in parameters and they work fine for Numbers and dates. However, when I try to add a string parameter I get an error.
It seems that if I add a where clause such as
Where StringField = {?StringParam}
If string parameter is say EUR, instead of creating SQL
Where StringField = 'EUR'
it creates
Where StringField = "EUR"
which causes an error.
Am I doing something wrong, is there a work around or is this a bug in the Crystal Command/ Oracle interface.
Thank you
Ian