Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select...FOR XML
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Select...FOR XML
Miscellaneous
Thread ID:
00719372
Message ID:
00719372
Views:
37
Can anyone explain the steps necessary to execute a spt from foxpro useing the for xml and then populate an xmltreeview control. I just playing around with the idea of displaying the information to the user and then thinking the treeview can drill down.

Here is the basic query I am trying:
SELECT  dbo.patients.lastname, dbo.patients.firstname, dbo.meetings.begintime, 
        dbo.meetings.endtime, dbo.meetproc.dcode, 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
FOR XML AUTO
Thanks in advance.
Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform