FLB
Posts: 11
|
| Posted: 04/17/2006, 8:55 PM |
|
Hi,
I am relatively new to ASP.
I am trying to make a graph of a series of data from an SQL Server View, that I catch in a grid. I am using an external graph tool that needs an XML file as an input, but I don't know if CCS lets me transform my result into an XML file.
I already read one topic very similar to what I am trying to do (http://forums.codecharge.com/posts.php?post_id=53804), but I really didn't understood at all what I should do.
Reading the documentation of the graph tool, it says:
"You can pull data from any database (or data storage systems) using the server side script that you're using. Make the server side script to pull the data and then render it in XML format required..."
Is there any easy way to do that?
Thanks in advance
|
 |
 |
Rene S
|
| Posted: 04/19/2006, 1:58 AM |
|
Hi,
I had the same issue once and a friend recommended stylus studio. (www.stylusstudio.com).
Hope you'll find what you need there.
Rene
|
|
|
 |
WKempees
|
| Posted: 04/19/2006, 2:17 AM |
|
Someone just posted an article in the wishes forum, might be of help.
<ReneS@forum.codecharge (Rene S)> schreef in bericht
news:64445fba28379b@news.codecharge.com...
> Hi,
>
> I had the same issue once and a friend recommended stylus studio.
> (www.stylusstudio.com).
>
> Hope you'll find what you need there.
>
> Rene
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
FLB
Posts: 11
|
| Posted: 04/19/2006, 9:04 AM |
|
Thanks a lot guys.
Rene S: I've been checking out the Stylus Studio and it seems really cool. I have only one question about it: Is it easy to combine the use of CCS and Stylus Studio in order to develop your Web Applications?
WKempees: I've also been looking for the article you mention in the wishes forum, but I haven't found it yet. Do you know the name of it?
Thanks to both.
FLB
|
 |
 |
Rene S
|
| Posted: 04/20/2006, 10:03 AM |
|
Hi,
I think you should see them as separate things CCS and Stylus Studio. Prepare xml just for your graph tool and use CCS for your "other pages" that you need to generate from your DB directly.
Good luck,
Rene
|
|
|
 |
Rene S
|
| Posted: 04/20/2006, 10:05 AM |
|
Search "wishes forum" for XML.
|
|
|
 |
|