Home > Database > Mysql Tutorial > jsp-mysql数据可以读取,但是不能写入

jsp-mysql数据可以读取,但是不能写入

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 09:33:08
Original
1246 people have browsed it

mysqljspmyeclipse

myeclipse下的web应用
有一个登录注册功能,登陆的时候读取数据库可以,
但是注册要写入进去就不行

<code>register.jsp       <base href="<%=basePath%>">    <meta http-equiv="pragma" content="no-cache">    <meta http-equiv="cache-control" content="no-cache">    <meta http-equiv="expires" content="0">        <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">    <meta http-equiv="description" content="This is my page">    <!--    <link rel="stylesheet" type="text/css" href="styles.css">    -->          </code>
Copy after login

图片说明
都执行到了,但是数据库里面没有信息

ps:从命令行敲insert语句是可以插入的 myeclipse这里不行的
求帮忙

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template