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 gkittelson 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: *

  • Users: Davc
  • Order by date
  1. Davc

    Inserting pictures in XML documents

    Hi, I have an XML schema in which I want one of the elements to contain a photograph rather than any textual data. How do I do this? I have read about "unparsed entity references" however as far as I'm aware these are only applied in Document Type Definitions as opposed to schemas...
  2. Davc

    Accessing Document in Xindice

    I am trying to manipulate an xml document i placed within the addressbook collection in Xindice(Native XML Database). I'm attempting to match the value contained within the email attribute in the departmental-office element. The program compiles but I'm not getting any output. Can you see where...
  3. Davc

    Applying Stylesheets

    How do I apply an XSLT stylesheet to an XML document contained in a database (Apache's Xindice)?
  4. Davc

    Native XML Database manipulation

    I'm working on an XML project in which I'm storing documents in Xindice (Apaches Native XML Database). I want to apply various XSLT style-sheets to the data contained in the database and then have the resulting output placed in a specific directory. I'm looking for suggestions on how to apply...
  5. Davc

    Extracting rows from mysql database

    I declared my $ptr before its used and I'm still confronted with the same error message: ********** Can't locate DBI object method "fetchrow_hashref" via package "DBD::mysql::st" at C:\httpd\CGI-BIN\viewfiles.pl line 36. ********** qq is used in Perl and is the same as...
  6. Davc

    Extracting rows from mysql database

    The line containing: ********** while( $ptr = $sth_fetch->fetchrow_hashref ){ ********** is giving all the bother.
  7. Davc

    Extracting rows from mysql database

    I get the following error message: ###### Can't locate DBI object method "fetchrow_hashref" via package "DBD::mysql::st" at C:\httpd\CGI-BIN\viewfiles.pl line 34. ####### When I execute the following code. Can anyone help me out...
  8. Davc

    connecting to mysql database in NT

    I am attemtping to insert information into a mysql() database. I have a perl script that communicates with the database, but it gives an error on connection . -- DBCan't create IP socket (10106) at C:\webserver\Jigsaw\Jigsaw\WWW\cgi-bin\upload3.pl line 25. -- I am running Jigsaw webserver...

Part and Inventory Search

Back
Top