Eric Habils

Greenhorn
+ Follow
since Nov 06, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Eric Habils

Hello to all,

I va suppressed and replaced by and it seems to run run.

Thanks for all

Habiler
at line 28 is the DB connected
Now I have a nullPointerException at line             ps.setString(1,"MatriculeToFind");

My error is on line              rs.getString(1,MatriculeToFind);





Error :
Now its give me an error at String idText = MatriculeToFind.getText();String

I ve supressed the toString and replaced the ""String"" by int but no changes
Where do I filling the variable MatriculeToFind ?
Habiler
The textFields MatriculeFinded and NameFinded are empty<  But when i replace the ? by a valid id number its ok

thanks
Hi the Community,

I have a jframe with 3 textfields>
MatriculeToFind
MatriculeFinded
Name

The target is when I introduce id number in MatriculeTofind the program insert the id and the name into MatriculeFinded and nameFinded.

But in the program the result is null.

where is my error.

Thanks

Habiler