资源简介
学生管理系统 C# 项目
C#项目学生管理系统
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
namespace StudentMgr
{
class Database
{
public static int ExeNoSQL(string sql)
{
SqlConnection conn = new SqlConnection(“server=.\\SQL;database=StudentInfoMgr;integrated security=SSPI;“);
conn.Open();
SqlCommand cmd = new SqlCommand(sql conn);
return cmd.ExecuteNonQuery();
}
public static SqlDataReader ExeSQL(string sql)
{
SqlConnection conn = new SqlConnection(“server=.\\SQL;database=StudentInfoMgr;integrated security=SSPI;“);
conn.Open();
SqlCommand cmd = new SqlCommand(sql conn);
return cmd.ExecuteReader();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-06-16 08:57 学生管理系统\
文件 4658 2009-06-12 14:47 学生管理系统\SQL-StudentInfoMgr-ok.sql
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\bin\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\bin\Debug\
文件 5632 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\bin\Debug\StudentMgr.vshost.exe
文件 834 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\Databa
文件 268 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\MainProgram.cs
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\obj\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\obj\Debug\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\obj\Debug\TempPE\
目录 0 2009-06-16 08:57 学生管理系统\StudentMgr\StudentMgr\Properties\
文件 1167 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\Properties\AssemblyInfo.cs
文件 575 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\StudentControll.cs
文件 2128 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\StudentMgr.csproj
文件 883 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\StudentModel.cs
文件 1344 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr\StudentView.cs
文件 919 2009-06-12 14:47 学生管理系统\StudentMgr\StudentMgr.sln
文件 16384 2009-06-16 08:19 学生管理系统\StudentMgr\StudentMgr.suo
文件 42496 2009-06-13 12:38 学生管理系统\学生信息管理系统设计.doc
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- 亮剑asp.net案例导航项目开发
- 亮剑ASP.NET项目开发案例导航-part03共三
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
评论
共有 条评论