Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursortoxml & xmltreeview control (MS)
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Cursortoxml & xmltreeview control (MS)
Divers
Thread ID:
00719360
Message ID:
00719360
Vues:
60
I have the following code and I thought it should create a physical XML file, but I it doesn't, at least not where I can find it. Also, does anyone know how to populate the MS xmltreeview control from an xml file?
TEXT TO lccmd noshow
SELECT TOP 100 PERCENT dbo.patients.lastname, dbo.patients.firstname, 
	dbo.meetings.begintime, dbo.meetings.endtime, dbo.meetproc.description, 
        dbo.meetproc.surgeon
FROM    dbo.patients INNER JOIN
        dbo.meetings ON dbo.patients.patientid = dbo.meetings.patientid INNER JOIN
        dbo.meetproc ON dbo.meetings.meetingnumber = dbo.meetproc.meetingnumber
ORDER BY dbo.patients.lastname, dbo.patients.firstname, dbo.meetings.begintime
ENDTEXT

SQLEXEC(gnConnHandle,lcCmd,"Cursql")
SELECT cursql

lnResults=CURSORTOXML('cursql','c:\query1.xml',1,2,0,"")
Thanks
Kirk
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform