To All
I know I have seen a 'set' statement to embed your application to a specific Country Code. I know this may sound trivial .. I am working with an ADO converion talking to an Oracle backend using the OraOledb provider 10g ..
Apparently the Oracle provider is very Country specific and when I launch the program from xMate I get an Oracle Client error .. "OraOleDBpus10.dll .. Specific module could not be found." .. however .. if I launch the program from the executable .. it works and performs perfectically.
Doing some research "OraOleDBpus10.dll" has something to do with unicode .. I am suspecting xMate has embeded in it a unicode statement and when my program is launched after the compile .. the Oracle client 'barfs'.
Was hoping to test this theory by specifically embeding USA as my country code to see if I can avoide this error .. again this is trivial since the production .exe runs just fine.
Thanks
Rick Lipkin