2013年12月8日

CSharp SQLServer 登陆

摘要: =======后台SQLServer存储过程================--创建数据库create database Stu;--创建表use MyShool;if exists(select * from sys.tables where name='student') drop table ... 阅读全文

posted @ 2013-12-08 23:39 wcq 阅读(1236) 评论(0) 推荐(0)

导航