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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Utnapishtim

  1. Utnapishtim

    PC fails to boot

    I just installed my asus motherboard (model a7v600) into a new case. Hard drives are installed along with floppy and cdrom drive and video card. I've tried booting from the hard drive and from a bootable floppy. Lights on the motherboard and the fan are the only evidence that power is pulsing...
  2. Utnapishtim

    Dataset Sort NOT working

    Okay - I give up. I have two sql tables (Payment and ReturnHeader); ReturnHeader is indexed by ContentLocation, Payment is indexed by RequestedSettlement Date & ContentLocation. I need the resulting dataset to be sequenced by Payment.RequestedSettlementDate. While the following code executes...
  3. Utnapishtim

    Namespace Error in XPATH Navigation (VB.NET)

    <?xml version="1.0" encoding="UTF-8" ?> - <SOAP:Envelope xmlns="http://www.nnn/efile" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:efile="http://www.nnn/efile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/...
  4. Utnapishtim

    Parsing XML Data - Error

    Chip, Thanks for the hint. What I just realized is that the sender is providing me with information embedded in something called mime multi-part. Those invalid ?xml tags mean something in the mime world. Now it's left to me to find another reader that will bracket whatever data lies within the...
  5. Utnapishtim

    Parsing XML Data - Error

    I am trying to parse an XML file using VB.Net using the XMLValidatingReader method. The XML file contains a soap header, followed by several document iterations. The structure follows: <?xml version="1.0" encoding="UTF-8" ?> <SOAP:Envelope xmlns="http:..."> <Soap:Header> </SOAP:Header>...
  6. Utnapishtim

    SQL Data Adapter Configuration Error

    When a drag an SQL table (named &quot;ReturnHeader&quot;) into the Form Design Window, I receive the following message The wizard detected the following problems when configuring the data adapter &quot;SqlDataAdapter1.&quot; Details: Generated SELECT Statement Generated table mappings...

Part and Inventory Search

Back
Top