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...
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
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.