generating xml file from sqlserver
#1
Posted 03 December 2008 - 03:47 AM
i want to generate xml file from sql server database to use for power charts in the data base i will be having Client name and vendor names with Contract value. now i want to generate power charts by including above 3. can any body tell me this how to generate xml file.
Thanks
Ravi Kumar
Other Replies To This Topic
#2
Posted 03 December 2008 - 03:56 AM
Could you please tell us what type of server( asp.net, php , asp, jsp, or other) technologies are you using?
Arindam
Other Replies To This Topic
#3
Posted 05 December 2008 - 07:40 AM
i am sql server with asp.net (C#). could you please tell me how to generate xml file from sqlserver.
Other Replies To This Topic
#4
Posted 05 December 2008 - 11:12 PM
Could you please follow our basic example and blue print application with C# ?
Arindam
Other Replies To This Topic
#5
Posted 08 December 2008 - 06:29 AM
Thanks for your reply. but where could i find or download examples regarding power charts. i got only fusion charts examples when i download using download button in the home page. could you please tell me where are power charts examples. how could i download. i am using Asp.net with C#.
Other Replies To This Topic
#6
Posted 08 December 2008 - 06:39 AM
FusionCharts V3 and Power Chart‘s Asp.Net (C# and VB) code are same. You can use that code. Only change the FusionCharts SWF file to Power Chart’s SWF and Structure of Charts XML. Follow this link.
Arindam
Other Replies To This Topic
#7
Posted 08 December 2008 - 06:43 AM
how to generate Structure of Charts XML that i get nodes 2 types (vendors and Clients) from the database. is there any process to prepare x and y positions dynamically. when i am forming xml with x and y positions all the nodes are displaying at one place. instead is there any easy way to calculate to form xml
Other Replies To This Topic
#8
Posted 08 December 2008 - 06:56 AM
You have to calculate x and y position yourself. Dynamic x and y calculation process is not available. You can follow this documentation for your help.
http://www.fusioncharts.com/PCDocs/Contents/ChartSS/DragNode.htm
Arindam


Back to top
MultiQuote