凌寒飘香

____成风破浪会有时,直把云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2006年7月18日

摘要: create function GetParentID (@ID int)returns intasBeginDeclare @pid intset @pid =0select @pid = classparentid from uds_class where classid = @idreturn... 阅读全文
posted @ 2006-07-18 09:11 凌寒飘香 阅读(541) 评论(0) 推荐(0) 编辑

摘要: public class FileRight:IDisposable{private SqlDataAdapter dsCommand;public SqlConnection mySqlConnection;public static string CONN;public FileRight(){... 阅读全文
posted @ 2006-07-18 08:46 凌寒飘香 阅读(152) 评论(0) 推荐(0) 编辑