资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data;
using System.Data.OleDb;
using System.Windows.Forms;
namespace _34芮剑波__StudentScore
{
class DataAccess
{
private string strDSN;
OleDbConnection oledbCon;
public void dataCon()
{
strDSN = “Provider=Microsoft.ACE.OLEDB.12.0;Data Source=“ + Application.StartupPath.ToString() + “\\student.accdb“;
oledbCon = new OleDbConnection(strDSN);
}
public DataSet getDataset(string sql)
{
DataSet ds = new DataSet();
oledbCon.Open();
try
{
OleDbCommand oledbCom = new OleDbCommand(sql oledbCon);
OleDbDataAdapter oledbDa = new OleDbDataAdapter(oledbCom);
oledbDa.Fill(ds);
return ds;
}
catch (Exception ex)
{
throw new Exception(ex.ToString());
}
finally
{
oledbCon.Close();
}
}
public bool sqlExec(string sql)
{
try
{
oledbCon.Open();
}
catch
{
MessageBox.Show(“数据库未连接“);
}
try
{
OleDbCommand oledbCom = new OleDbCommand(sql oledbCon);
oledbCom.ExecuteNonQuery();
return true;
}
catch(Exception ex)
{
MessageBox.Show(ex.Message“提示“);
return false;
}
finally
{
oledbCon.Close();
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 86016 2021-01-09 12:29 34芮剑波 StudentScore\.vs\34芮剑波 StudentScore\v14\.suo
文件 7657 2020-12-22 11:06 34芮剑波 StudentScore\34芮剑波 StudentScore\34芮剑波 StudentScore.csproj
文件 189 2020-12-21 20:39 34芮剑波 StudentScore\34芮剑波 StudentScore\App.config
文件 99328 2020-12-29 11:22 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.exe
文件 189 2020-12-21 20:39 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.exe.config
文件 83456 2020-12-29 11:22 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.pdb
文件 22696 2021-01-09 12:28 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.vshost.exe
文件 189 2020-12-21 20:39 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.vshost.exe.config
文件 490 2019-03-19 12:46 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\34芮剑波 StudentScore.vshost.exe.manifest
文件 643072 2020-12-29 11:23 34芮剑波 StudentScore\34芮剑波 StudentScore\bin\Debug\Student.accdb
文件 1874 2020-12-29 11:02 34芮剑波 StudentScore\34芮剑波 StudentScore\DataAccess.cs
文件 413 2020-12-22 08:15 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAbout.cs
文件 1508 2020-12-22 08:15 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAbout.Designer.cs
文件 5817 2020-12-22 08:15 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAbout.resx
文件 1098 2020-12-29 11:22 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddCourse.cs
文件 7348 2020-12-29 11:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddCourse.Designer.cs
文件 5817 2020-12-29 11:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddCourse.resx
文件 1081 2020-12-30 12:53 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddScore.cs
文件 9621 2020-12-29 11:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddScore.Designer.cs
文件 5817 2020-12-29 11:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddScore.resx
文件 1274 2020-12-29 11:10 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddStu.cs
文件 10743 2020-12-29 11:08 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddStu.Designer.cs
文件 5817 2020-12-29 11:08 34芮剑波 StudentScore\34芮剑波 StudentScore\frmAddStu.resx
文件 1499 2020-12-29 17:30 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditCourse.cs
文件 6479 2020-12-29 17:30 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditCourse.Designer.cs
文件 5817 2020-12-29 17:30 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditCourse.resx
文件 1677 2020-12-29 17:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditStu.cs
文件 12162 2020-12-29 17:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditStu.Designer.cs
文件 5817 2020-12-29 17:18 34芮剑波 StudentScore\34芮剑波 StudentScore\frmEditStu.resx
文件 1744 2021-01-01 19:37 34芮剑波 StudentScore\34芮剑波 StudentScore\frmLogin.cs
............此处省略65个文件信息
- 上一篇:C# 反射学习
- 下一篇:Sockets通信框架
相关资源
- 小区物业管理系统源码 asp.net物业管理
- C#图书管理系统(源代码+数据库+系统
- 试题库管理系统毕业论文(C#)源程序
- C#-数据库操作技术-员工管理系统
- ASP.NET+SQL Server 2008 实现的学生学籍管
- C#+SQLServer文档管理系统
- 基于c#的银行业务管理系统
- zw_ASP.NET通用权限管理系统源代码含文
- ASP.NET考勤管理系统(毕业设计)
- C#三层酒店管理系统(完整源码,可根
- 进销存仓库管理系统ASP.Net网站
- 基于C#开发的企业工资管理系统
- 航空管理系统 asp.net
- c#酒店管理系统235697
- visual C#2005 管理系统开发经典案例 罗
- ASP.NET C#大学生就业管理系统
- C#毕业生信息管理系统源码
- c# SQL 旅游管理系统
- c#宾馆管理系统实现—功能全
- 图书管理系统C#+SQL 适合毕业设计含毕
- 鲜花店管理系统asp
- C#项目 网吧管理系统
- C#+sql 2000 人力资源管理系统
- asp.net/c#酒店客房管理系统(毕业设计
- asp.net的后台权限管理系统源码-用vs导
- ASP.NET 库存管理系统
- 酒店宾馆管理系统
- C#.net宾馆酒店管理系统
- ASP.net超市商店会员刷卡消费综合管理
- 人事管理系统 winform代码
评论
共有 条评论