Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arielt

    Inserted large strings in CLOB column.

    Hello All: I'm tryoing to insert a large string in a clob column using sqlplus and the insert statement: INSERT INTO MYTABLE VALUES( 'large string'); and I get an error saying 'string literal too long'. Is there anyway to solve this? thanks
  2. arielt

    validating an XML file against a DTD

    Hello all! I'm trying to validate an XML file against a DTD using Microsoft DOM in C++. I do something like: IXMLDOMDocumentPtr pDTDDoc = NULL; pDTDDoc.CreateInstance(CLSID_DOMDocument); pDoc->load(&quot;D:\A.xml&quot;); // Add the DTD header _bstr_t TheXmlString = &quot;<!DOCTYPE RuleSet...
  3. arielt

    Hi all! How do i insert the DTD he

    Hi all! How do i insert the DTD header ( something like <!DOCTYPE Rules SYSTEM &quot;Rules.dtd&quot;>) in an XML file using DOM? Thanks
  4. arielt

    Seting Document Type of an XML Document

    Hello all: Working with Dom in C++, I create an XML Document in memory. How do I set its Document Type (it's DTD)? I see that a Dom Document has only the get_DocType() read only option. Thank you all.

Part and Inventory Search

Back
Top