database

why does " textField.getText(c) where c=resultset.getString(1)" dont work?
[81 byte] By [bachir1983a] at [2007-10-2 13:23:36]
# 1
Do you actually think somebody can actually answer that question? You've provided almost zero information about what you're doing, and nothing about what problem you're having. "Doesn't work" means nothing.
jverda at 2007-7-13 11:01:51 > top of Java-index,Java Essentials,Java Programming...
# 2

This is your third posting on this topic and this question contains no more usefull information than your other postings.

You've been given links to the tutorials!!!

Who know why your query isn't working. You are obviously doing something wrong.

Did you ever think to search the forum for working examples? To get data from a database you need to do a query to return a ResultSet. Did you think to search the forum using "resultset" as a keyword?

Learn to do some simple Problem Solving on your own. Given the lack of information you provide on your questions you aren't about to get any help from peoply here since we are not mind readers.

camickra at 2007-7-13 11:01:51 > top of Java-index,Java Essentials,Java Programming...