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: *

  • Users: confission
  • Content: Threads
  • Order by date
  1. confission

    why does sql*plus display all of the table names for each data field?

    hi. i'm using sql*plus, and when i do something like: select * from customer; (or any other table) the results are given back to me in a really-hard-to-read way. it displays all of the table names and only 1 field, for each field of data can anyone help me to get it to display everything in...
  2. confission

    the compiler is calling my Comparable an int

    i keep getting the following error. it says it's found an int, but the heap is made up of Comparables, so i don't get it. WorstFit.java:36: inconvertible types found : int required: java.lang.Comparable if ((Comparable)(new Integer(s[i])).compareTo(myHeap.heap[1])<=0) (the &quot;^&quot...
  3. confission

    8 hours on 1 problem; can anyone help?

    i'm trying to extend a class and i keep getting this error: c:\codes\DiagonalToTridiagonal.java:7: cannot resolve symbol symbol : constructor DiagonalMatrix () location: class dataStructures.DiagonalMatrix public class DiagonalToTridiagonal extends DiagonalMatrix the DiagonalMatrix class...
  4. confission

    Boot problem

    Hello all. I've recently been putting together a new system and have run into a snag. Hopefully someone here will have a possible answer. The components are: ASUS A7V-E Mobo (200fsb/PC133/ATA100) Duron 1.1Ghz 512MB PC133 SDRAM Voodoo Banshee (to be upgraded ;-) IBM Deskstar 40GB HD 1.44 Floppy...

Part and Inventory Search

Back
Top