Forum: Java Jun 8th, 2005 |
| Replies: 9 Views: 2,294 copy this following code sample
class Test
{
public static void main(String arg[])
{
System.out.println("Hello From the Java World");
}
} |
Forum: JSP May 9th, 2005 |
| Replies: 8 Views: 57,436 Hi
I find ur code correct.
whats the problem u r dealing with
Here r some defined steps to be followed for DB operation
1. Initialize the class with the specific driver
2. Create a... |
Forum: JSP May 4th, 2005 |
| Replies: 1 Views: 2,868 yest the code u mentioned willprint the value in the variable. now if u want to link each result to a wml page just provide it within the value parameter of the option tag. and then write the code on... |
Forum: JSP May 1st, 2005 |
| Replies: 1 Views: 4,952 Your Query:
SELECT * FROM Job_Request_Record, Requester_Record WHERE Job_Request_Record.Job_Requester_ID = Requester_Reco rd.Requester_ID;
Now you want to use the scriplet
<%... |
Forum: JSP May 1st, 2005 |
| Replies: 10 Views: 35,457 Hi nelly
No need to do much
I hope u are aware of JDBC-ODBC Driver and they are supported by sdk1.4
First create a DSN using ODBC in control pannel
later for JSP to connect to Database
... |
Forum: JSP May 1st, 2005 |
| Replies: 1 Views: 3,995 Hey Buddy
I dont know much about wml but i think your JSP file has a tag <code> with
same id
try searching the id and also use get method to confirm that ur parameter is passed to the JSP as the... |
Forum: Java Aug 7th, 2004 |
| Replies: 3 Views: 37,652 How to get IP Address of all PC through java program |
Forum: Java Aug 3rd, 2004 |
| Replies: 2 Views: 4,951 In a database program we configure the Access file through ODBC option provide in the control panel. Then we obtain the dns name of the database with wich we connect it to or application. This all is... |