hi,
I'm thinking of starting a new project that i will use to display reports, the idea at the moment is to create a DLL that gets data from a SQL database and outputs it as a XML stream I will then read the stream and either display it in a windows form or in a IE browser. I will not be creating a XML file and I was wondering if this is a viable use of XML or if I should just export the data as a HTML steam instead for the browser and a recordset for the windows form.
What do you guys think?
Would it be of no benefit to use XML is this instance?
I'm thinking of starting a new project that i will use to display reports, the idea at the moment is to create a DLL that gets data from a SQL database and outputs it as a XML stream I will then read the stream and either display it in a windows form or in a IE browser. I will not be creating a XML file and I was wondering if this is a viable use of XML or if I should just export the data as a HTML steam instead for the browser and a recordset for the windows form.
What do you guys think?
Would it be of no benefit to use XML is this instance?