摘要: ProblemYou need to improve performance whenaccessing data from a DataReader.Output for DataReaderTypedAccessors solution[代码] 阅读全文
posted @ 2009-08-26 19:58 wispzone 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 中文介绍:在一个连接下执行多重SQL命令ProblemYou need to execute multiple commandsusing a single connection.[代码] 阅读全文
posted @ 2009-08-26 19:33 wispzone 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 中文介绍:实现主从DataGridView同步显示效果如图:ProblemYou need to bind both a parent table andchild table within a DataSetto a pair ofDataGridViewcontrols so that the child data isdisplayed when a parent is selected.[... 阅读全文
posted @ 2009-08-26 16:23 wispzone 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 中文介绍:就是两个表之间的同步的显示,点击主表,子表同步更新。主要使用DataView、DataRowView、DataRelation等DataSet技术。 阅读全文
posted @ 2009-08-26 11:15 wispzone 阅读(336) 评论(0) 推荐(0) 编辑