摘要:
string sql = "insert into [table] values()SELECT SCOPE_IDENTITY()"; cmd.CommandText = strSql; cmd.Connection = cn; cn.Open(); OleDbDataReader oleread = cmd.ExecuteReader(); if(olerea...
阅读全文
posted @ 2007-10-08 18:50
bighope
阅读(171)
推荐(0)
摘要:
经过测试发现大部分.net权限用户使用的是IIs_WPG,不知道还有没有别的用户
阅读全文
posted @ 2007-10-08 13:52
bighope
阅读(187)
推荐(0)