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 bkrike 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: stritec
  • Content: Threads
  • Order by date
  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

    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
  4. 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...
  5. stritec

    How to Remove Hard Returns

    I have a memo field that gets written to a Database. My JSP page does a getString("memofield") and it's pulling the memo field into a variable. Lets call that variable foo so String foo = myresultset.getString("memofield"); This is working fine. Now I have some...
  6. 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...
  7. 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