Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I generate xml:sql style output file using vfp 8

Status
Not open for further replies.

jonoX

Programmer
Mar 13, 2003
11
IE
I have an application where I need to create an xml file in the sql style of xml file.
 
jonoX

in the sql style of xml file

Can you explain what this means?

Have you look at CURSORTOXML in the help file?

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
why so many people question about xml recently? I just post another question on similar topic.

I tried the cursortoxml but it seems cannot work to support chinese character. What I want is to export a table to an xml file in UTF8.

Gemini
 


Have a look at the help file, its all there. Look at the nFlag and the encoding flag and the code page (950 is Chinese (Taiwan) Windows)

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top