Dear Sir:
i would like to ask u about a probelm that i have faced when i
doing with the JDBC & MySQL. in my program file , i tend to select * from a
table which stored in MySQL and display the data. but when i run the program
, there come out a error of :
SQLException: columns "name" not found!
Actually, there have the field " name" stored in MySQL , but why it
can't find the field? i can insert data in MySQL using java code , but why
when i want to take out and display the data this error will come out ?
please help me .. thanks . waiting for your reply
hong