I have a desktop application (in VB) in which I create several charts by creating a recordset based on a query to an Oracle database, and passing the resultant recordset to Excel to create my charts.
My customer think they are wonderful. Now, however, they would like me to port these charts to a web page. It would be a web page run on a local intranet, not the world wide web. All people that would have access to these pages have Excel installed on their machines. Here are my questions.
I have very, very little web development experience. I've no idea how to pass a recordset to a web page to create a chart, or, if this is even how it is done. Faced with this situation, how would you experienced web folks do it?
My customer think they are wonderful. Now, however, they would like me to port these charts to a web page. It would be a web page run on a local intranet, not the world wide web. All people that would have access to these pages have Excel installed on their machines. Here are my questions.
I have very, very little web development experience. I've no idea how to pass a recordset to a web page to create a chart, or, if this is even how it is done. Faced with this situation, how would you experienced web folks do it?