Click here to Skip to main content
15,900,511 members
Home / Discussions / Java
   

Java

 
Questionneed help in task scheduling in java? [modified] Pin
Alok Sharma ji20-Dec-10 22:56
Alok Sharma ji20-Dec-10 22:56 
AnswerRe: need help in task scheduling in java? Pin
TorstenH.21-Dec-10 1:48
TorstenH.21-Dec-10 1:48 
GeneralRe: need help in task scheduling in java? Pin
Alok Sharma ji22-Dec-10 1:24
Alok Sharma ji22-Dec-10 1:24 
GeneralRe: need help in task scheduling in java? Pin
TorstenH.22-Dec-10 4:21
TorstenH.22-Dec-10 4:21 
QuestionHelp in adding new data to databse Pin
pancakeleh15-Dec-10 16:36
pancakeleh15-Dec-10 16:36 
AnswerRe: Help in adding new data to databse Pin
RaviRanjanKr15-Dec-10 17:24
professionalRaviRanjanKr15-Dec-10 17:24 
GeneralRe: Help in adding new data to databse [modified] Pin
pancakeleh15-Dec-10 19:42
pancakeleh15-Dec-10 19:42 
GeneralRe: Help in adding new data to databse Pin
David Skelly15-Dec-10 22:27
David Skelly15-Dec-10 22:27 
When you say you are "unable to add", what do you mean? Do you get an exception? Does it fail to compile? Does nothing happen at all? Does it insert the wrong value?

One thing I notice is that your code is different from the NetBeans tutorial. In your code, you are committing the changes in the add_action method. In the NetBeans tutorial, they do not do that. They update the local data set in add_action but do not commit back to the database until the save_action call. In add_action you do not have a unique id allocated so I can guess that might give you problems.

As an aside, the NetBeans tutorial is a bit of a clumsy example of how to write database applications. It's not really very well architected.
GeneralRe: Help in adding new data to databse Pin
pancakeleh16-Dec-10 14:25
pancakeleh16-Dec-10 14:25 
AnswerRe: Help in adding new data to databse Pin
RaviRanjanKr21-Dec-10 0:45
professionalRaviRanjanKr21-Dec-10 0:45 
GeneralRe: Help in adding new data to databse Pin
pancakeleh21-Dec-10 15:05
pancakeleh21-Dec-10 15:05 
GeneralRe: Help in adding new data to databse Pin
TorstenH.21-Dec-10 1:54
TorstenH.21-Dec-10 1:54 
GeneralRe: Help in adding new data to databse Pin
pancakeleh22-Dec-10 17:33
pancakeleh22-Dec-10 17:33 
QuestionHelp in editing and delete datas Pin
pancakeleh14-Dec-10 20:43
pancakeleh14-Dec-10 20:43 
AnswerRe: Help in editing and delete datas Pin
TorstenH.14-Dec-10 21:10
TorstenH.14-Dec-10 21:10 
Questionreading web page Pin
asha_s14-Dec-10 2:43
asha_s14-Dec-10 2:43 
AnswerRe: reading web page [modified] Pin
TorstenH.14-Dec-10 19:32
TorstenH.14-Dec-10 19:32 
GeneralRe: reading web page Pin
asha_s14-Dec-10 20:05
asha_s14-Dec-10 20:05 
GeneralRe: reading web page Pin
TorstenH.14-Dec-10 20:34
TorstenH.14-Dec-10 20:34 
GeneralRe: reading web page Pin
asha_s15-Dec-10 6:09
asha_s15-Dec-10 6:09 
GeneralRe: reading web page Pin
TorstenH.15-Dec-10 20:54
TorstenH.15-Dec-10 20:54 
GeneralRe: reading web page Pin
asha_s15-Dec-10 22:52
asha_s15-Dec-10 22:52 
GeneralRe: reading web page Pin
TorstenH.15-Dec-10 23:02
TorstenH.15-Dec-10 23:02 
GeneralRe: reading web page Pin
asha_s15-Dec-10 23:21
asha_s15-Dec-10 23:21 
GeneralRe: reading web page Pin
TorstenH.16-Dec-10 1:18
TorstenH.16-Dec-10 1:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.