Forum: Java Jun 11th, 2009 |
| Replies: 1 Views: 246 I've written a code for JButton handeling.The code is=
import javax.swing.*;
import java.awt.*;
import java.util.Calendar;
import java.awt.event.ActionListener;
import... |
Forum: Java Jun 10th, 2009 |
| Replies: 3 Views: 472 Can you help me with source code to get the date 1 jan 2009 in the format
01 01 09.
Actually I've to form a verification id for issuing gatepass which uses last two digit of the year,then net two... |
Forum: Java Jun 10th, 2009 |
| Replies: 2 Views: 424 is it possible to implment OLE in java. Can you send the link where I can know about it + (if possible)then ways to implement it. |
Forum: Java Jun 10th, 2009 |
| Replies: 3 Views: 450 Can you suggest how I can proceed as I'm able to access the data using getText().But not able to save the data in database. |
Forum: Java Jun 8th, 2009 |
| Replies: 3 Views: 450 I've been writing code to develop gatepass system for my college. I've to made space for taking the photograph of the visitor taken by the camera at gates and then save the whole page in the... |
Forum: Java Apr 7th, 2009 |
| Replies: 1 Views: 238 I've tried to make connection with oracle database using code:
import java.io.*;
import java.sql.*;
public class dbcon{
public static void main(String[] args) {
try{
String... |
Forum: Java Mar 31st, 2009 |
| Replies: 6 Views: 334 My code is:-
import java.sql.*;
import java.io.*;
public class dbcon{ |
Forum: Java Mar 31st, 2009 |
| Replies: 6 Views: 334 sorry stephen84s for unclearity in my question,
But the problem is I've crated the database using Oracle8i.But now I don't know what to do next. |
Forum: Java Mar 31st, 2009 |
| Replies: 6 Views: 334 I have to make a database in oracle and connect it with Java. But I'm not able to do so.
Please help. |
Forum: Java Mar 25th, 2009 |
| Replies: 2 Views: 390 HI!!!!!!
Does any one know the algorithm for "ping". |
Forum: Java Nov 3rd, 2008 |
| Replies: 2 Views: 397 I'am making a mini project on telephone directory management system. My lecturer wants me to submit the documentation of the project.I'm not sure about how to prepare my documentation of project.What... |