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 SkipVought 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. Kafenated

    Checking a Text Field for Special Characters

    I'm new at javascript. I need a validation to check a value of a text field. If field contains a comma, single or double quote then send message. I know how to send the message my question is the script to check for characters Thanks in Advance
  2. Kafenated

    Easy question" Running a program in timed intervals"

    Nevermind I found the Answer
  3. Kafenated

    Easy question" Running a program in timed intervals"

    Thanks but How would I run from a Main Method
  4. Kafenated

    Easy question" Running a program in timed intervals"

    I'm new to Threads and for an example to get me going. Can someone give example code I would like the method below to run every five minutes. public void showTime() { Date theDate = new Date(); System.out.println("The time is" +theDate); }
  5. Kafenated

    ClassPath

    Set your path not classpath Use "set PATH = %PATH%;C:\jdk1.2.2\binPath should be used for executables
  6. Kafenated

    Finding out the Date two weeks ago

    That is helpful but how do exclude the time from the date
  7. Kafenated

    Finding out the Date two weeks ago

    I have a java app where I need to encode a stop date into a URL. I can get todays date but need to figure out the date 14 days ago from Today. Any Ideas Thanks in Advance
  8. Kafenated

    Linking DB2 tables to MYSQL

    Instead of importing the table create a link to it. Like the way you can do it with MS Access Meaning I would like to access the DB2 Table via MYSQL Database Server
  9. Kafenated

    Linking DB2 tables to MYSQL

    My appilcation needs to access two tables, one on MYSQL and one on DB2 Is there a way to link the tables....I would rather link if possible instead of my app having to go to two places Thanks in advance
  10. Kafenated

    help with an update query

    Try using a mysql Driver for Java it is called mysql-connector-java-3.0.6-stable-bin.jar I think you can find it at the mysql site. I had the same issue when I switched to the mysql driver it resolved the issue Connection String would look like this...
  11. Kafenated

    Passing parameters from Action to next jsp

    I have a login page after validating the user and password I would like to pass the user to a welcome page to display WELCOME +user Here is my Struts-Config.xml <?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?> <!DOCTYPE struts-config PUBLIC &quot;-//Apache Software...

Part and Inventory Search

Back
Top