data from SQL
-
Hi, As per the three module of development (related to data access from SQL to the front -end and reports on Html)i have developed (ASP.net With c#) n tested it. Its running ok. Speed is also fine as compare to Crystal Report. Sincearly i have no idea about how the data(format)comes from SQL to the main application. Is there any better solution,for data transfer in XML . if there is then plzz kindly reply me.. sincerly, Shriya
-
Hi, As per the three module of development (related to data access from SQL to the front -end and reports on Html)i have developed (ASP.net With c#) n tested it. Its running ok. Speed is also fine as compare to Crystal Report. Sincearly i have no idea about how the data(format)comes from SQL to the main application. Is there any better solution,for data transfer in XML . if there is then plzz kindly reply me.. sincerly, Shriya
Hi, I am not very much sure about what your question is. Do you need to get the data from the database in XML format. Then if you are using Sql Server, try to use FOR XML inn select sql. Alternatively you can fill data into a dataset and then use that dataset to create a XmlDataDocument. Then if you are using XSLT for your report, then you can make use of the XmlDataDocument.
Pradipta Basu