how can I display data into my Jtextarea from my data base Mysql
hi,
I have problem when I try to displa data from my database mysql to my jTextarea,when I compile I have an error exception like :
Code:
SQL Exception: java.sql.SQLException: Can not issue SELECT via executeUpdate()
I have used a select query from my table where the name is the name writed in my jTextfield,this is my code,I hope that some one help me because I don't know how to reesolve the problem and thanks:...
hi,
I have a jTable and I want to display in it a result of a command,then I used an object of the StringTokenizer class to separate between the lettres of the result and display the result in the table jTable1,but when I use system.out.prin tln(st.nextToke n()) it works correctly but in the table it display when I compile the last result
this is my code:
Code:
public Object[][] data;
public String title[] = {"t1","t2","t3","t4","t5"};
Leave a comment: