I'm running SQL queries against DB2 database using IBM Data Studio. For CHAR columns (72 in length) that contain special characters within the text such as an apostrophe, the result for that record column is NULL.
When I connect to the same DB2 database using SAS or MS Access, I get the results of the column but the special character is replaced with a black diamond/white question mark.
I'm assuming that there is some sort of encoding or driver that I need to change in IBM Data Studio but I cannot figure out what it is. Any suggestions?