problem for using query in netbeans
hello friends,
i created a database using mysql(5.0.33) in XAMPP. I am using netbeans5.5 and i got the connection to the database successfully and can query well using SQL command.
the problem is that i can't use the query to insert the data from the databse to a combobox or textfield in the JFrame.
plz explain how to apply queries in netbeans ?

