12 2010 档案
摘要:来不及写,这里有好文:http://msdn.microsoft.com/en-us/library/ch2aw0w6.aspx
阅读全文
摘要:I don't think many of u haveexperience withDataTable.Load or DataTable.Merge, so here I take time to write it down for future check and records. The M...
阅读全文
摘要:To insert a date/time value into the Oracle table, you'll need to use the to_date function. The to_date function allows you to define the format of th...
阅读全文
摘要:修改数据库字符集为:ZHS16GBK查看服务器端字符集SQL > select * from V$NLS_PARAMETERS修改:$sqlplus /nologSQL>conn / as sysdba;若此时数据库服务器已启动,则先执行 SHUTDOWN IMMEDIATE 命令关闭数据库服务器,...
阅读全文
摘要:oracle分页查询的时候,不能使用limit,所以只能这样 1. select * from table_name where rownum>begin and rownum "+(intPage-1) *intPageSize); 今天想查询一下Oracle数据库下所有的表名或某个用户下的...
阅读全文
摘要:Oracle 数据类型 数据类型 参数 描述 char(n) n=1 to 2000字节 定长字符串,n字节长,如果不指定长度,缺省为1个字节长(一个汉字为2字节) varchar2(n) n=1 to 4000字节 ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public static class BondInterestMa...
阅读全文
浙公网安备 33010602011771号