A
Aras Kucinskas
Hi All,
My app connects to FoxPro DB via FoxPro OLE DB provider and retrieves not EN
data and populates it to datagrid. Connection string is like:
\\Server\DATA;Provider=VFPOLEDB.1;Locale Identifier=1063
The first request performs well and charecters in datagrid is in right
encoding (1063 locale). Every next request populates data in wrong encoding
and some characters are not readable. When I restarts app the problem
repeats. Locale property is set right on typed dataset, which is data source
for grid.
What is the core of the problem?
My app connects to FoxPro DB via FoxPro OLE DB provider and retrieves not EN
data and populates it to datagrid. Connection string is like:
\\Server\DATA;Provider=VFPOLEDB.1;Locale Identifier=1063
The first request performs well and charecters in datagrid is in right
encoding (1063 locale). Every next request populates data in wrong encoding
and some characters are not readable. When I restarts app the problem
repeats. Locale property is set right on typed dataset, which is data source
for grid.
What is the core of the problem?