translate file with different code page
Hello to all users.
Is there a way to read text data that
was written in different code page ?
lets say :
When access read data from text file "GET position,myRecord"
He uses the default code page.
Now , i want to read data from a text file ; but i want to
"tell access" that this text file was originally written in code page "437"
and i want access to read this file ; using this different code page .
hope you solve my problem ;
for now i'm trying to use : gdi.TranslateKeyCode
that was written in c ,without no lock !!
I'm programming in access VBA module