Hello, I'm using
CR2016
Oracle 11.2
connection via ODBC
I'm trying to include a memo field in my report, but the following characters are being interpreted as question marks:
’ (alt+-146)
“ (alt+0147)
” (alt+0148)
– (alt+0150)
… (alt+0133)
I can replace the question marks using formulas. (ie. replace(pbs_text.text_long,"?","|~|")
When I query the database using Oracle SQL Developer, the punctuation is correct.
Thanks for any help!
CR2016
Oracle 11.2
connection via ODBC
I'm trying to include a memo field in my report, but the following characters are being interpreted as question marks:
’ (alt+-146)
“ (alt+0147)
” (alt+0148)
– (alt+0150)
… (alt+0133)
I can replace the question marks using formulas. (ie. replace(pbs_text.text_long,"?","|~|")
When I query the database using Oracle SQL Developer, the punctuation is correct.
Thanks for any help!