(SQL-MFC) 学生信息管理软件:
学生信息输入;
学生信息删除(分为按照学号和姓名);
学生信息查询(分为按照学号,姓名,性别,班级,年级);
学生信息更改。
(Visual Studio.NET 2003 + SQL SERVER 2000)
安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。
((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)