2014年11月28日

Oracle JDBC存入图片Blob

摘要: 创建测试表create table test_img( id integer primary key, name varchar2(32), image blob);存储图片import java.io.FileInputStream;import java.io.FileNotFou... 阅读全文

posted @ 2014-11-28 17:23 itmyhome 阅读(4672) 评论(1) 推荐(0) 编辑

JDBC Insert语句插入Oracle数据库返回数据主键

摘要: 表结构:create table test( id varchar2(32) primary key, name varchar2(32));import java.sql.Connection;import java.sql.PreparedStatement;import java.... 阅读全文

posted @ 2014-11-28 16:30 itmyhome 阅读(587) 评论(0) 推荐(0) 编辑

导航