Forum: Java Sep 4th, 2008 |
| Replies: 3 Views: 540 Hi
well wishes to all
i have written the code for to create to-do list in java swings with mysql
i hereby attached my code to you for reference
Req: Taskno(set as primary key), Task... |
Forum: Java Sep 2nd, 2008 |
| Replies: 6 Views: 1,493 Hi
Thanks for the reply to this mail.
i have written the code for to-do list(java swings) and it is stored in the file (data.dat)
but i want to-do list stored in mysql database, for this how... |
Forum: Java Sep 2nd, 2008 |
| Replies: 6 Views: 1,493 Hi
I am new to java and j2ee
Can anyone send me the code for to-do list creation in java swings and mysql DB
i want to create a to-do list in jsp .
and i feel that if i modify the code... |
Forum: Java Aug 29th, 2008 |
| Replies: 5 Views: 599 Hi
I am new to MYSQL DB and i am a fresher
here i am having code which is perfectly run
and the only thing is i have stored the data in file but now i want to stored the file in DB
i... |
Forum: Java Aug 28th, 2008 |
| Replies: 12 Views: 1,164 Hi
sorry for that to create an duplicate threads.
I didnt get any positive reply from that previous thread thats why
Regards
Kevin |
Forum: Java Aug 28th, 2008 |
| Replies: 12 Views: 1,164 can anyone help me
i have written the programs with swings
but it is not properly work
i mean if i click that "add new" button the it will go to stored in file but it is not stored in... |
Forum: Java Aug 28th, 2008 |
| Replies: 12 Views: 1,164 i want to stored the created to-do list in file or DB
here i have written the code to stored the to-do list in file.
If i click that "add new" button or "save" button then it wants to stored in... |
Forum: Java Aug 28th, 2008 |
| Replies: 12 Views: 1,164 Hi
What my question is code is run
if i click that add new and save button then it is not work on that code
how can i do
Let me know |
Forum: Java Aug 28th, 2008 |
| Replies: 12 Views: 1,164 Hi
My contribution is to create to-do list and stored in file it may be txt file or any other file in any format or DB(local) for stand alone applications. for this, i have written the code for... |
Forum: Java Aug 27th, 2008 |
| Replies: 12 Views: 1,164 here is the code.. but it is not working.. why?
import java.sql.*;
public class Connect{
public static void main (String[] args){
Connection conn = null;
try{
... |