如何用ibatis更新oracle的blob字段
向数据库中insert文件可以实现,但是update的时候涉及到whereid=?条件,在向后台传递参数的时候只好传递了一个对象进去,但是id传到了,image没有传到这...
向数据库中insert文件可以实现,但是update的时候涉及到where id=?条件,在向后台传递参数的时候只好传递了一个对象进去,但是id传到了,image没有传到
这是页面代码:
<s:form action="upload.action" theme="xhtml" method="post" enctype="multipart/form-data">
<p><s:property value="dept.departName"/>/<s:property value="dept.departNum"/></p>
<table>
<s:iterator value="deptList">
<tr><td>员工ID:<s:property value="userId"/></td>
<td>员工姓名:<s:property value="userName"/></td>
<td>员工性别:<s:property value="sex"/></td></tr>
</s:iterator>
</table>
<p>上传图片:<s:file label="File" name="dept.image"/></p>
<p><s:submit value="submit"/></p>
</s:form>
这是action代码:
public String execute() throws Exception{
service.updateRecord("department.updateImage", dept);
return "success";
}
这是sqlMapConfig.xml文件:
<update id="updateImage" parameterClass="com.huateng.entity.Department">
update DEPART_INFO set IMAGE = #image# where DEPART_NO = #departNum#
</update> 展开
这是页面代码:
<s:form action="upload.action" theme="xhtml" method="post" enctype="multipart/form-data">
<p><s:property value="dept.departName"/>/<s:property value="dept.departNum"/></p>
<table>
<s:iterator value="deptList">
<tr><td>员工ID:<s:property value="userId"/></td>
<td>员工姓名:<s:property value="userName"/></td>
<td>员工性别:<s:property value="sex"/></td></tr>
</s:iterator>
</table>
<p>上传图片:<s:file label="File" name="dept.image"/></p>
<p><s:submit value="submit"/></p>
</s:form>
这是action代码:
public String execute() throws Exception{
service.updateRecord("department.updateImage", dept);
return "success";
}
这是sqlMapConfig.xml文件:
<update id="updateImage" parameterClass="com.huateng.entity.Department">
update DEPART_INFO set IMAGE = #image# where DEPART_NO = #departNum#
</update> 展开
展开全部
建议你看下 这篇文章,应该对你有帮助。。
http://www.360doc.com/content/06/0913/13/6272_206215.shtml
http://www.360doc.com/content/06/0913/13/6272_206215.shtml
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询