C#
文章平均质量分 76
yangyibang
这个作者很懒,什么都没留下…
展开
-
C#中,如何获得或设置文件属性(Attributes)
When testing for a single specific attribute, you need to use bitwise arithmetic. For example,consider the following faulty code: if (myFile.Attributes == FileAttributes.ReadOnly)...{ ... }原创 2008-04-29 16:18:00 · 3718 阅读 · 0 评论 -
Retrieve multiple Oracle Ref Cursor using .NET data Provider for Oracle
IntroductionIn my earlier article Multiple Result Sets in ADO.net using SqlClient ,we have seen how to retrieve multiple results using Sqlclient against SQL Server. This was a fairly simple and stra转载 2008-06-19 21:25:00 · 1138 阅读 · 0 评论 -
Multiple Result Sets in ADO.net using SqlClient
IntroductionIn today’s world most of the applications are data centric. Every form either windows or web has tons and tons of data to de displayed; the major chunk of the data is read only or for lo转载 2008-06-19 21:28:00 · 630 阅读 · 0 评论 -
使用 ADO.NET 访问 Oracle 9i 存储过程(来自MSDN)
使用 ADO.NET 访问 Oracle 9i 存储过程 发布日期 : 5/28/2004 | 更新日期 : 5/28/2004Bill Hamilton2004 年 4 月适用于:Microsoft ADO.NETMicrosoft SQL ServerMicrosoft .NET Oracle 提供程序Microsoft .NET Framewo转载 2008-06-19 21:54:00 · 691 阅读 · 0 评论