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

    nevermind. i put some more parentheses in and it works now
  3. 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...
  4. confission

    8 hours on 1 problem; can anyone help?

    thank you so much! that totally makes sense. thanks for explaining it so well
  5. 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...
  6. confission

    Boot problem

    Jim - No the system won't boot from the floppy. However, as Cyber was inquiring, the floppy does work, as I have swapped it back into this system I'm posting with to make sure. I have tried fiddling with more obvious things in the BIOS, including leaving defaults on and removing the battery to...
  7. confission

    Boot problem

    Thanks Cyber. The devices should all be connected properly, and this is borne out by the fact that all the IDE devices auto-detect and display the proper make. Also, if the floppy is set to scan at startup it does so, which indicates that it is installed properly. None of the LEDs are stuck on -...
  8. confission

    Boot problem

    Hi John, thanks for your reply. Actually no OS has been installed yet, but I plan on installing Win98. Unfortunately I can't load the OS from any of my devices (boot disk, HD, CD); they just don't respond when the BIOS should make its call to load the OS. Hope this clarifies a bit, Matt
  9. 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