String sql = "insert into article values(null,?,?,?,?,now(),0)";
PreparedStatement pstmt = conn.prepareStatement(sql);
pstmt.setInt(1,id);
pstmt.setInt(2,rootid);
pstmt.setString(3,title);
pstmt.setString(4,cont);
pstmt.executeUpdate();
st.executeUpdate("update article set isleaf = 1 where id = " + id);
conn.commit();
conn.setAutoCommit(true);
st.close();
pstmt.close();
conn.close();
%
html
head
meta http-equiv="Content-Type" content="text/html; charset=gbk"
titleInsert title here/title
/head
body
%response.sendRedirect("ShowArticleTree.jsp"); %
/body
/html
当然最好的方法还是应该用jsp + JavaBean方式 。
关于怎么储存数据至mysql和怎么把数据存到数据库的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息 , 记得收藏关注本站 。
推荐阅读
- 恢复己取消的关注公众号,如何找回已经取消关注的公众号
- html2canvas不支持css,html2canvas缺点
- 制作网站用什么代码,制作网站用什么代码好
- ad10如何更改net名称,ad19怎么改工程名字
- python的入口函数 python的入口函数写法
- c语言程序中的程序是什么,c语言中什么叫程序
- python什么时候使用元组,python元组用法
- win10如何安装net,win10如何安装net framework45
- linux命令行如何运行 linux命令行基本操作