how to insert a table in run time,
August 28, 2010 at 9:35 AM
hi sir,
how to insert a table and i want syntax by using forms and how to access the data either by using any variables or jTextField1... here is my syntax by there are errors int val = st.executeUpdate("INSERT bio VALUES("'+jTextField1+'","+"'+jTextField2+'","+"'+jTextField3+'"+"'+jTextField4+'"+"'+jTextField5'+"+"'+jTextField6='"+"'+jTextField7'+"+"'+jTextField8+'"+"'+jTextField9+'")");
View All Comments
| View Tutorial