Aneresia White

Greenhorn
+ Follow
since Dec 06, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Aneresia White

I realized that it's working on Windows XP but not on Vista, a very interesting thing )
I have this program:


And I always receive:
Request GET[requestID=2109151797, errorStatus=Success(0), errorIndex=0, VBS[1.3.6.1.2.1.1.1 = Null; 1.3.6.1.2.1.1.2 = Null; 1.3.6.1.2.1.1.3 = Null; 1.3.6.1.2.1.1.4 = Null; 1.3.6.1.2.1.1.5 = Null]] timed out
I started the snmp service on my computer
Anyone knows why I always receive a null response?

You were right about the space between those 2 ) How could I missed that. That's funny. But the last where it's ok, it's what I need it. Thank you.
So this is the error:

but the syntax is ok I already verify it in sql. if I put (Date) instead of (String) I don't get any errors but the update is not working when I look in the database.
I want to get the day, month and year from combo boxes and making an update in my database after this date. I tried something like this:

can is the combo box for year, czi for day and cluna for month.
It doesn't work like this, I receive an error. I think it should be something else instead of (String).
ok problem solved.
Thank you.

[ December 14, 2008: Message edited by: Aneresia White ]
16 years ago
This is how I search for something:

And if I don't find it I want to set a text in a text area, something like:
"We're sorry, what you're looking for is not here"
Is there any way to do it?
16 years ago
oh great... thank you so much... it worked
That's what I didn't know, how to clear the model.
And now it seems so obvious. :roll:
16 years ago
no that's not it. I'll show you my problem in pictures.
This is my table before update:
photobucket.com

This is my table after update:
photobucket.com

And what I want is now to add those rows again, just to update the table.
16 years ago
I tried this and I get the updated data , but the old rows are still there.
But after I rerun the application I get the correct data (the old one+the row updated).Hope you understand what I'm trying to say
So what should I do?
16 years ago
I can update rows in database, but in jTable I see the changes only after I close the application and rerun it. What should I do?
This is my code:
16 years ago
Actually I want to create 5 jframes with different jtables. My database has 5 tables.
[But it would be great if you can give me an example for 1 jtable.]
Can anyone help me? I can't find anything that would help me
And if someone already had this problem, please give me a link
Thank you