2008年11月23日

摘要: C#读取数据库存储过程列表: select * from dbo.sysobjects where OBJECTPROPERTY(id, N'IsProcedure') = 1 order by name... 阅读全文
posted @ 2008-11-23 16:52 Mainz 阅读(4199) 评论(8) 推荐(0)

导航