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 TouchToneTommy 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: kb2001
  • Content: Threads
  • Order by date
  1. kb2001

    mod_jk rewrite problem

    I had an odd setup come to me, and I'm having trouble getting it working correctly We have an apache instance running to serve 3 instances of an application, each with a different context app.domain.com/app1a/ app.domain.com/app1b/ app.domain.com/app1c/ Each of these is forwarded to tomcat...
  2. kb2001

    Replacing symbol with a list of variables

    I am new to perl and am looking for a starting point or approach to my problem. We have an application that generates a SQL statement to run a data extract. The SQL has multiple ? throughout. These are replaced by a list of values that are comma delimited. I am looking for a way to take the...
  3. kb2001

    PHP slideshow recommendations

    I am building a site to host pictures. These are pictures of my family for the past 60 years and everything is password protected. The website is written in PHP, and the data is served up from a MySQL database. I am looking to add a slideshow feature. The idea is that people will be able to...
  4. kb2001

    Displaying results 30 at a time

    I am working on a web page that displays pictures from a search that queries a mysql DB. I would like to display them 30 at a time and just have links, "next" "prev" and pages 1, 2, 3, 4, ... etc to limit the number of pics that are displayed if the user gets a lot of results. Standard search...
  5. kb2001

    BIT field in MySQL, using it in PHP

    Forgive me if this has been covered, my searches gave me no answer. I have a database storing info about pictures. I'm building a website using PHP that queries this DB and returns pics along with some info about the pics. The problem starts with the picture aspect. Some pictures are...
  6. kb2001

    Copy tftp start?????

    We have a problem. We have multiple devices deployed across 500 miles that are running spanning tree protocol. We need to get this disabled. The obvious problem when you disable it on one, the others go into infinite loops and we can't access them remotely anymore. I don't really want to...
  7. kb2001

    Data transformation; problem with newline in field

    Hello- I have an interesting problem. We are extracting data from one DB (Oracle) and need to insert it into another DB (MSSQL). Data transformation is not possible in this manner. B/c of the situation, we will need to dump the data to a spreadsheet/text file and load it into the MSSQL...
  8. kb2001

    Dehydrated Orchestrations

    Hi- We had a disaster last night and as a result I have over 1200 Dehydrated Orchestrations. I have to drill down into the message details of each one to extract one piece of data from each one. I am looking for a way to just query the database to find them all. Can anybody help me track...
  9. kb2001

    GAWK- passing file name to output

    I have some simple gawk programs. I am using cygwin on a windows machine to achieve my task. Setup is that we have a folder that contains error messages in .xml format. I need to pull two values out of each file and dump the results into an output file. I have two gawk programs, 1 to pull...
  10. kb2001

    Exporting to database

    I'm using cygwin in a windows network. I have extracted data from files via gawk and now have a tab delimited file containing a numerical value and a regional identifier. I need to export those to a MSSQL database. I have no idea how to use PERL at all. Can someone point me towards a command...

Part and Inventory Search

Back
Top