![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: oracle, xml, xsl, sax, dom, parser, stay current
i am using vb.net and oracle10g. i have created a table with 3 fields. 2 are of char type and the third one is xmltype. Now i have created an xml file from a dataset. when i try to insert this file into the table. I get and error."missing expression" my code is: xdoc.Load(xfile) Dim xmldata As String = xdoc.OuterXml sqlstr = "insert into birthscertified values ('" + m_id + "','" + rno + … Continue Reading »