hi,
I am creating xml file like this
cn = new OleDbConnection (CONN_STRING);
da = new OleDbDataAdapte r("select satisfactoryite mcount as ConsumerRating from inspection where Inspectorperiod Id=4147 Order by CreatedDateTime ASC", cn);
DataSet Inspection = new DataSet("Inspec tionSummaryRepo rt");
da.Fill(Inspect ion);
Inspection.Writ eXml("C:\\aa.xm l");...
User Profile
Collapse
-
How sync the database form sql server to MSAccess in c# application?
hi,
How sync the database form sql server to MSAccess in c# application?Any one tell me the code for that.
Regards,
koti. -
I want convert the xml file to html file.I have xml file in \\abc.xml and xls file is in D:\abc.xsl can u tell the code to get abc.html after the fallowd line.
MSXML2.DOMDocum ent40 doc = new DOMDocument40Cl ass();
Regardds,
koti....
No activity results to display
Show More
Leave a comment: