Hi,
In my builder code, I have a statement as below:
sSQL = "Select * from dtree where createdate > to_date(inputdate, 'dd-mon-yy')"
CAPI.Exec(connect, sSQL).
However the sSQL always evaluates as "Select from dtree where createdate > to_date(inputdate, '\dd-mon-yy\')
How do I get rid of the '\' character? I've tried double quotes, Str.Quote etc but nothing seems to work here!!
Thanks,
Aruna