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. Saviour

    ActivePerl - Connecting with SQL Server database

    Hi, I'm working with ActivePerl and I need to use the SQL Server Database. I'm using the DBI module and the database connection is ODBC mode. I'm working with Web pages and I have problems running a program in the browser. The program is the following: Contest.pl...
  2. Saviour

    BDB Tables in MySQL

    Hi, I'm trying to work with BDB tables in MySQL. The installed version is 3.23.36. I'm developing a system in ActivePerl for Windows and I'm using MySQL as Database. I need to work with transactions in the database. MySQL works with transactions and the tables must be type BDB, INNOBASE...
  3. Saviour

    Loading URL in XML

    Hi, I cannot manage to make the load method works with a http URL. But it works well with local file (c:\etc...) I need to work with a http URL ("//http:/luthiers/...xml"). How can I do that? Thanks for any help.
  4. Saviour

    Best way to capture an attribute XML???

    Hi, I need to capture the value of an attribute in the XML file. For example, the XML file contains: <?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; standalone=&quot;yes&quot; ?> <Clients> <Client> <ClientId>P9990000000041</ClientId> <Speciality...
  5. Saviour

    Loading a XML file (using XMLDOM)

    Thanks very much Kirilla, The solution was the method &quot;Server.MapPath&quot;. It's working. regards, Saviour.
  6. Saviour

    Loading a XML file (using XMLDOM)

    Sorry Kirilla, Don't works. The error message is the same: Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: 'documentElement' /Client/Saviour/XMLTree.asp, line 5
  7. Saviour

    Loading a XML file (using XMLDOM)

    Hi, I need to load a XML file from URL. I'm using the following instructions: ---------------------------------------------------------- Dim oXMLdoc Set oXMLdoc=server.createObject(&quot;Microsoft.XMLDOM&quot;) oXMLDoc.async = False oXMLDoc.Load (&quot;c:\test.xml&quot;) Set...

Part and Inventory Search

Back
Top