can't find Microsoft.Data.SqlXML.dll

  • Thread starter Thread starter alexl
  • Start date Start date
A

alexl

hi, how do I install Microsoft.Data.SqlXML.dll

or if deprecated, what is the newer way to import xml into a db

thanks
 
alexl said:
hi, how do I install Microsoft.Data.SqlXML.dll

or if deprecated, what is the newer way to import xml into a db
Use System.Data.SqlTypes.SqlXml in System.Data.dll.
 
Back
Top