problem with Oleacc
-
I am trying to get data using OLEACC. It works fine when I fetch data from windows xp machine, however it fails to retrieve unicode data from Richedit20A control on windows 2000 machine. It gives ?????? for any of the unicode characters entered. Anyone have any idea.
-
I am trying to get data using OLEACC. It works fine when I fetch data from windows xp machine, however it fails to retrieve unicode data from Richedit20A control on windows 2000 machine. It gives ?????? for any of the unicode characters entered. Anyone have any idea.
If it works on XP is should work on 2000. Usualy the only time you see ? marks is when the system can not translate from one character code format to anouther. May be you should try making sure that the 2000 machine is up to date as far as the OLEACC is concerned. INTP "The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes." Andrew W. Troelsen
-
If it works on XP is should work on 2000. Usualy the only time you see ? marks is when the system can not translate from one character code format to anouther. May be you should try making sure that the 2000 machine is up to date as far as the OLEACC is concerned. INTP "The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes." Andrew W. Troelsen
I updated my machine after I found this error. I even used accexplorer to check if this is some problem with my coding and as I thought, result was all the same, even accexplorer cannot get the data. I found version numbers of dlls being used by these systems are different with XP having the latest, so I replaced those that I can, but no luck.