| Author |
joining 2 table
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
how can we join 2 table in java... my backend is mysql and in java i'm writting following statement to insert record in 2 table. and i m getting the following error.
18:08:46,503 ERROR [STDERR] java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'F,brokenlink B (F.create_date,F.mail,F.topic,F.comment,B.link,B.create_date) val' at line 1
|
Jigar Naik
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
First rule of JDBC: You can't do anything in JDBC which you are not able to do in your database. Can you insert in two tables unsing single DML.... If you can do this then you can also do it in java Shailesh
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
 |
|
|
subject: joining 2 table
|
|
|