You cannot have a hyphen in a table or database name in SQL. Use square brackets around the database name:
[W-security] like you used when you used an underscore.
I need to save raw XML text to a database. If I open a .xml file locally on the server and INSERT the raw text into the database, it works fine. If, however, the server receives an xml feed with XMLobj.loadXML(request), there appears to be no way to extract the raw text from XMLobj.
Any...
I need to store raw XML code in a database without parsing it. Encapsulating a .xml file in <![CDATA[...]]> works fine.
If I receive an XML file with obj.load(request), however, I cannot get it back to raw text to INSERT it into the database.
Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.