摘要:
JDBC快速入门二 1. LOB存取 1. 向数据库中插入二进制数据
@Test
public void testInsert() { Connection conn = null; PreparedStatement stmt = null; try { conn = JDBCUtils.getConnection(); String sql = "insert into t1... 阅读全文
posted @ 2015-01-30 22:24
Coding永无止尽
阅读(212)
评论(0)
推荐(0)
2015年1月30日