11 2007 档案
摘要:using System; using System.IO; using System.Drawing; using System.Data; using System.Data.OracleClient; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentMo...
阅读全文
摘要:grant aq_administrator_role to test; begin dbms_aqadm.grant_type_access('test'); end; create or replace type messageobj as object ( title varchar2(30), data1 number, data2 varchar2(100), d...
阅读全文
摘要:NOTE: The project name in this sample code is mcWebService which is a spelling mistake. I meant to put mcWinService. And now I don't want to change all the screen shots and code all over again. I hope...
阅读全文
摘要:--创建一个表 create table ascii_docs ( id number, document long ); --创建一个目录 create or replace directory OUT_PATH as 'c:\temp'; --给目录授予权限 grant read, write on directory OUT_PATH to test; create or replace...
阅读全文