ADO.NET最佳实践(中)[14]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 spidertan 的 blog

protected static void onstatechange(object sender, statechangeeventargs args)

{

  console.writeline("the current connection state has changed from {0} to {1}.",

                    args.originalstate, args.currentstate);

}

 

ado.net最佳实践(下)

本文关键:数据库设计
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top