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 Mike Lewis 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. stritec

    executing a command as a certain user

    Is there a way in Perl to use exec() or something similar that you can pass a user and/or group that the command or application should be run as?
  2. stritec

    executing a command as a specific user

    Is there a way in PHP to use exec() or something similar that you can pass a user and/or group that the command or application should be run as?
  3. stritec

    Include a file from a different server

    <!-- #include file=&quot;http://serverOne.com/text.html&quot; --> Was the first thing that I tried. I thought it would work but it doesn't. I was looking up #include file= in a script reference and it says that it has to be in the current directory or a sub directory for this to work. Now...
  4. stritec

    Include a file from a different server

    Is there a way to inlcude a file such as text.html from serverOne in a file such as doingInclude.asp from ServerTwo? I want to do this without using frames if possible, or IFrames for that matter. Thanks, Curtis
  5. stritec

    Connecting to an ORACLE DB from an IPlanet Instance.

    Hello Quick Question As of right now I have an application that runs on a weblogic server and uses JSP to connect to an Oracle 8.1.6 DB. However I'm wanting to move from the Weblogic server over to an Iplanet Server. Right now, My code to connect looks like this on the weblogic server...
  6. stritec

    How to Remove Hard Returns

    I have a memo field that gets written to a Database. My JSP page does a getString(&quot;memofield&quot;) and it's pulling the memo field into a variable. Lets call that variable foo so String foo = myresultset.getString(&quot;memofield&quot;); This is working fine. Now I have some...
  7. stritec

    Updating a page!!!

    A quick and easy fix would be to have the page youpage.jsp (JSP or HTML) refresh it self every minute or two minutes. (whatever time intreval you would like). If you don't want the entire page to refresh put it in a frame, or if you don't mind using IE. put the dynamic content that you're...
  8. stritec

    Inserting multiple Rows

    Hello, I'm trying to select multiple items from a combo box that has 'multiple' (turned on). I want to select many items from that list then have them all written to a table in a database. What's the best way to do this? The way I'm doing it right now, it's only grabbing the first option...
  9. stritec

    Device received an invalid command Ref: 05-20-23-00-0403

    Unit was working fine, all of a sudden this error message appears when a job goes to run. Any help? curtis@lighthouse96.com

Part and Inventory Search

Back
Top