-
大小: 5.22MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-08-13
- 语言: C#
- 标签:
资源简介
C#学生信息管理系统用VS2008编写的学生管理系统代码,齐全!
与本人交流请加QQ:28876172!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace studentInfoSystem
{
public class DAL
{
public static string con;
public static void constr()
{
con = “Persist Security Info=True;uid=sangboy;pwd=1;Initial Catalog=studentDB;Data Source=127.0.0.11433“;
//con = “Persist Security Info=True;uid=sangboy;pwd=1;Initial Catalog=studentDB;Data Source=192.168.1.1021433“;
//con = “server=192.168.1.102\\sqlexpress;Initial Catalog=studentDB;uid=sangboy;pwd=1“; 本地正确配置。
//con = “server=.\\sqlexpress;integrated Security=true;database=studentDB“; Provider=SQLNCLI.1;//不支持关键字Provider。
// con = “Persist Security Info=True;uid=sangboy;pwd=1;Initial Catalog=studentDB;Data Source=192.168.1.1021433“; /*正确配置*/
////conn = new SqlConnection(“server=(local)\\sqlexpress;integrated security=true;database=studentDB“);//本地数据库的正确表达方式。
////保存到数据库时出错,将截断字符串或二进制数据。语句已终止,字段设置太短。
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 941 2010-11-13 14:38 studentInfoSystem\studentInfoSystem.sln
..A..H. 132096 2010-12-01 18:48 studentInfoSystem\studentInfoSystem.suo
文件 22449 2010-11-13 14:38 studentInfoSystem\UpgradeLog.xm
文件 1 2010-10-08 22:23 studentInfoSystem\studentInfoSystem\ClassDiagram1.cd
文件 4869 2010-10-28 15:49 studentInfoSystem\studentInfoSystem\frmLogin.cs
文件 8192 2010-10-28 15:21 studentInfoSystem\studentInfoSystem\frmLogin.Designer.cs
文件 5814 2010-10-28 15:21 studentInfoSystem\studentInfoSystem\frmLogin.resx
文件 714 2010-10-18 15:03 studentInfoSystem\studentInfoSystem\program.cs
文件 583 2010-10-18 13:21 studentInfoSystem\studentInfoSystem\program1.cs
文件 15515 2010-11-18 16:37 studentInfoSystem\studentInfoSystem\studentInfoSystem.csproj
文件 533 2010-11-13 14:51 studentInfoSystem\studentInfoSystem\studentInfoSystem.csproj.user
文件 5177 2010-11-18 18:13 studentInfoSystem\studentInfoSystem\putindataset.cs
文件 6597 2010-11-18 16:36 studentInfoSystem\studentInfoSystem\frmMain.cs
文件 453 2010-11-11 12:18 studentInfoSystem\studentInfoSystem\各类图标.cs
文件 13589 2010-11-11 12:18 studentInfoSystem\studentInfoSystem\各类图标.Designer.cs
文件 14866 2010-11-11 12:18 studentInfoSystem\studentInfoSystem\各类图标.resx
文件 14258 2010-11-13 15:45 studentInfoSystem\studentInfoSystem\ParseDBF.cs
文件 26084 2004-01-18 12:00 studentInfoSystem\studentInfoSystem\frmMain.Designer.cs
文件 6386 2004-01-18 12:00 studentInfoSystem\studentInfoSystem\frmMain.resx
文件 9384 2010-10-27 23:09 studentInfoSystem\studentInfoSystem\BasicInfo\frmDepartment.cs
文件 13686 2010-10-27 22:53 studentInfoSystem\studentInfoSystem\BasicInfo\frmDepartment.Designer.cs
文件 13440 2010-10-27 22:53 studentInfoSystem\studentInfoSystem\BasicInfo\frmDepartment.resx
文件 8083 2010-11-01 15:08 studentInfoSystem\studentInfoSystem\BasicInfo\frmSpeciality.cs
文件 13858 2010-11-01 15:08 studentInfoSystem\studentInfoSystem\BasicInfo\frmSpeciality.Designer.cs
文件 6211 2010-11-01 15:08 studentInfoSystem\studentInfoSystem\BasicInfo\frmSpeciality.resx
文件 3223552 2010-05-18 22:45 studentInfoSystem\studentInfoSystem\bin\Debug\FastReport.Bars.dll
文件 2596864 2010-05-18 22:45 studentInfoSystem\studentInfoSystem\bin\Debug\FastReport.dll
文件 1007616 2010-05-18 22:45 studentInfoSystem\studentInfoSystem\bin\Debug\FastReport.Editor.dll
文件 14328 2010-12-01 18:48 studentInfoSystem\studentInfoSystem\bin\Debug\studentInfoSystem.vshost.exe
文件 562554 2008-11-24 21:40 studentInfoSystem\studentInfoSystem\bin\Debug\缺省照片.bmp
............此处省略225个文件信息
- 上一篇:DotNetMQ一个完整的消息队列.NET
- 下一篇:人员管理系统源码
评论
共有 条评论