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 TouchToneTommy 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. warricbr

    SQL Standard

    Follow SQL92 standards. The vendors usually provide a list of non-standard SQL (eg "connect by" in oracle). Just do straight SQL insert, select, update, delete (CRUD) without getting too fancy and you should be fine. The key is to test you app on the various platforms, but to my knowledge DB2...
  2. warricbr

    Beginner

    Three things -- 1) Make sure you specified the .java extension when you typed "javac BigDebt.java", 2) make sure your class declaration is BigDebt and not bigdebt, 3) if you specified a package mke sure you put you .java in a corrisponding directory structure.

Part and Inventory Search

Back
Top