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

    Query question: retrieving data with timestamp range

    i have the following sql for Oracle which i want to convert to use with DB2: /** * Oracle SQL that returns session IDENTIFIER value by USERID and between SYSDATE and SYSDATE - 5 minutes */ private static final String lastsessn_sql1 = "select IDENTIFIER from BCHISTSESSN " + "where USERID...
  2. PFunkster

    Writing to files from a DOS batch file

    I've got a batch file which calls another file to start a server. I have some specific errors (std.error & std.out) that I'd like to redirect to a log file (ex: pres_err.txt). I'm not familiar with batch programming so I'm not quite sure how to do this. On the other hand, I kind of know how to...

Part and Inventory Search

Back
Top