I want to be able to fetch data from an SQL 2k server as UTF8. I have a C application that's using Windows ODBC driver. With drivers for other databases I've found options to set the client encoding, but not with SQL Server. Does anyone know of a way that I can request data to be sent as UTF8? I'm using SQLGetData to retrieve the data.
Thanks.
Thanks.