📎 AI Summary:
Vikrant posted on April 11, 2016, seeking advice on configuring a testing environment for a C program that performs ODBC calls to SQL Server, specifically to handle Japanese locale data, including Japanese database names. Neemobeer responded on April 17, suggesting porting the program to C++ with MUI support for handling multilingual UI, and also providing a resource on creating a multilingual database schema. Overall, the thread discusses steps for adapting a program to support Japanese language and locale testing, with helpful suggestions for localization and database configuration.

vikrantl

New Member
Joined
Apr 11, 2016
Messages
1
Thread Author #1
I have a C program which makes ODBC calls to the installed SQL Server and writes the query results to a text file.

I want to port it to work on the Japanese locale, where the user might have the database names etc. in Japanese fonts.

I want to build a test setup for testing it on a Japanese locale.

Could anyone please list configurations that I need to create to test my program?

What more information I need to provide here for more responses?

thanks,
-Vikrant
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Solution