For an multilanguage software program I need to export the software strings
as Unicode. The file format is XML so I also need to add some extra header
and footer information to the file. I have come so far:
SELECT * INTO
[Text;FMT=Delimited;HDR=Yes;DATABASE=C:\TEMP;CharacterSet=Unicode].[Strings#
xml]
FROM StringTable;
Does anyone know the syntax for the elements between the INTO and the FROM
keywords?
What I have also looked at was the StrConv(string;vbUnicode) command.
However this only converts the string to Unicode format but not the file.
Who can help me?
--
Greetings from Holland,
Tom Haklander
THakl...@alva-bv.nl