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 Chriss Miller 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: thekobbler
  • Content: Threads
  • Order by date
  1. thekobbler

    Background running a Java application

    Hi guys, I'm using Ant to extract files from CVS, Compile, and then use JUnit/JFCUnit to test the application, and then test (using JFCUnit) the User interface. My application requires a test harness (to act as a server to my application) to be started as a separate process, so I thought...
  2. thekobbler

    INSERT a row with date fields

    OK, this one should be easy (!) I have a table:- ARTICLE --------------- title CHAR(256) url CHAR(256) date DATE I can't seem to get PointBase to accept.. insert into ARTICLE (title,url,date) values ('an article title','article.pdf','2003-01-22') I've tried various combinations, but...
  3. thekobbler

    running Java jar using WIndows Scheduler

    I have been asked to produce a small executable that will be called by the Windows Scheduler (once a day). Having never used a Windows Scheduler, is it possible to get it to run a .jar file?

Part and Inventory Search

Back
Top