Hello,
I have a table in access DB that i have to export into a file and then
import in code page UTF-8. Now, the problam is with the export operation.
(i have to use codepage of windows in the export operation).

Here is what i do:
First i create instance of access object:
objAcc.OpenCurrentDatabase mdlProgramInfoCfg.GetParameter("DBLocation")

and then i export into text file:
objAcc.DoCmd.OutputTo acOutputTable, TableName, acFormatTXT, FileName

when i import the data back its a complete mess.

When i open the db manually and does all the things by my self
it works fine.

where do i wrong and do i have to send the export codepage
(the function doesn't take that kind of parameter)

please help and god bless