摘要:
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 in... 阅读全文
posted @ 2006-08-29 11:34 Xfan 阅读(173) 评论(0) 推荐(0) 编辑
|
|||
摘要:
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 in... 阅读全文
posted @ 2006-08-29 11:34 Xfan 阅读(173) 评论(0) 推荐(0) 编辑
摘要:
长期以来,我一直用的是 MS SQL Server / Access 数据库,通过.NET 访问MS自家的东西几乎没碰到过什么麻烦。最近项目中要用 Oracle 作为数据库,学习研究了一些 .NET 访问Oracle 的东西,发现问题倒真的不少。 1。System.Data.OracleClient 和 System.Data.OleDb 命名空间 虽然通过这两个命名空间的类都可以访问 Ora... 阅读全文
posted @ 2006-08-29 11:19 Xfan 阅读(254) 评论(0) 推荐(0) 编辑 |
|||