User Profile

Collapse

Profile Sidebar

Collapse
koti9876
koti9876
Last Activity: Mar 24 '08, 11:50 AM
Joined: Mar 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • koti9876
    started a topic creating xml file
    in .NET

    creating xml file

    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");...
    See more | Go to post

  • 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.
    See more | Go to post

  • 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....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...