Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Saving Unicode data in XML format

0 views
Skip to first unread message

thakl...@alva-bv.nl

unread,
Oct 12, 2000, 3:00:00 AM10/12/00
to
Hello there,

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


0 new messages