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 Shaun E 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: sn128
  • Content: Threads
  • Order by date
  1. sn128

    MultiThreaded web server

    Hi, I am very new to java and trying to make this server multithreaded to handle repeated concurrent requests. I would a new thread to handle each connection. Help would be great Many Thanks import java.io.*; import java.net.*; import java.util.*; class Web extends Thread { public static...
  2. sn128

    SQL queries

    Hi, Is there any way in an SQL query where the user can enter the condional parameter which the results will be based upon? i.e. A list of suppliers in a user selected postal area. It must be in SQL. Many thanks in advance Nick
  3. sn128

    SQL foreign keys

    Hi, am trying to link two tables to one single foreign key iun a further table. I would like Electrical(Part_No ) and Mechnaical (Part_No) to be a single foreign key in the supplies relation, but the last line referencing the two keys brings a "ORA-00907: missing right parentesis&quot...

Part and Inventory Search

Back
Top