.net data providers
摘要:
System.Data.DataTable dt = System.Data.Common.DbProviderFactories.GetFactoryClasses(); for (int i = 0; i < dt.Rows.Count; i++) { Console.WriteLine("... 阅读全文
posted @ 2007-03-06 23:31 乌生鱼汤 阅读(455) 评论(0) 推荐(0) 编辑