LifeIsGood

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2009年8月19日

摘要: 处理BLOB首先:create directory user_dir as 'E:\BFILE_DEMO';grant read,write on directory user_dir to TEST;create or replace procedure UPD_CLOB_PRO(P_ID number,P_CLOB varchar2,P_FILENAME varchar2) is--CLOBv... 阅读全文
posted @ 2009-08-19 16:34 LifeIsGood 阅读(1075) 评论(3) 推荐(0)

摘要: CLOB:public static string Update_Clob(string strTable, string strFieldName, string strWhere, string strText) { try { string strCon = SlnFactoryJ.OracleConnectionPool.GetConnectionString(); OracleConne... 阅读全文
posted @ 2009-08-19 14:32 LifeIsGood 阅读(349) 评论(0) 推荐(0)