展开全部
1 2 3 4 5 6 7 8 9 10 11 12 13 | public static SqlConnection conn; public static string ConStr; //数据库连接字符串 public static string ComStr= "select Jid from 表名称 " ; //数据库字段查询字符串 public string GetTop() { string Str; //获取到的字符串 conn = new SqlConnection(ConStr); conn.Open(); SqlCommand cmd = new SqlCommand(ComStr, conn); Str=cmd.ExecuteScalar().ToString(); cmd.Dispose(); Con_Close(); return Str;} |
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询