05 2009 档案

摘要:I struggled for ages with the problem of having controls show through a control that was painted on top of them. It seems that ControlStyles.SupportsTransparentBackColor just allowed the control to pi... 阅读全文
posted @ 2009-05-24 22:31 crid 阅读(7590) 评论(1) 推荐(0)
摘要:具体的测试过程我就不多说了,大概说一下原理,在一个mdb数据库中建立一个表,在表中添加各种不同类型的字段,然后添加一些数据上去,接着在代码中读取这个表,使用GetType()来获取类型.测试结果如下(终于彻底解决了C#存取数据库的问题): C#数据类型与Access数据类型 Access数据库类型 C#数据类型 文本 System.String 备注 System.String 数字 Sy... 阅读全文
posted @ 2009-05-21 23:47 crid 阅读(1077) 评论(0) 推荐(0)