资源简介
C#人事管理系统winform版!
很值得下载看看!资源免费,大家分享!!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace 人事管理
{
class data
{
//private String SqlConnectionString;
private SqlConnection con;
public SqlConnection link()
{
SqlConnection con = new SqlConnection(“database=WorkerManage;server=(local);USER ID=sa;“);
con.Open();
//Open();
return con;
}
/////
///// 打开数据库连接。
/////
//private void Open()
//{
// // open connection
// if (con == null || con.State == ConnectionState.Closed)
// {
// con = new SqlConnection(“database=WorkerManage;server=(local);USER ID=sa;“);
// con.Open();
// }
//}
/////
///// 关闭数据库连接。
/////
//public void Close()
//{
// if (con != null)
// {
// con.Close();
// this.Dispose();
// }
//}
/////
///// Release resources.
///// 释放资源。
/////
//public void Dispose()
//{
// // make sure connection is closed
// if (con != null)
// {
// con.Dispose();
// con = null;
// }
//}
/////
///// 创建command对象以便执行sql语句。
///// Created by wujq.
/////
///// Sql Text.
///// Command object.
//private SqlCommand CreateCommand(string sql)
//{
// // make sure connection is open
// Open();
// SqlCommand cmd = new SqlCommand(sql con);
// cmd.CommandType = CommandType.Text;
// return cmd;
//}
/////
///// 查询返回DATASET
/////
///// sql语句
///// DataSet对象
//public DataSet QueryDataSet(string sql)
//{
// SqlCommand cmd = CreateCommand(sql);
// DataSet ds = new DataSet();
// try
// {
// SqlDataAdapter dataAdapter = new SqlDataAdapter(cmd);
// dataAdapter.Fill(ds);
// }
// catch (Exception ex)
// {
// ex.Message.ToString();
// ds = null;
// }
// finally
// {
// this.Close();
// }
// return ds;
//}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 438 2008-06-02 13:56 人事管理\sql\addworkmanage.sql
文件 310 2008-06-02 17:22 人事管理\sql\compensationView.sql
文件 613 2008-06-05 08:55 人事管理\sql\select.txt
文件 608 2008-06-05 08:55 人事管理\sql\SELECT_money.sql
文件 137 2008-06-02 17:58 人事管理\sql\SystemEventView.sql
文件 0 2008-06-04 12:22 人事管理\sql\transaction.txt
文件 416 2008-05-29 09:22 人事管理\sql\UP_DragDepartment.sql
文件 325 2008-06-02 17:10 人事管理\sql\WorkerAttendanceView.sql
文件 406 2008-06-04 13:13 人事管理\sql\WorkerCompensationManage1View.txt
文件 390 2008-06-02 17:00 人事管理\sql\WorkerCompensationManageView.sql
文件 423 2008-06-02 18:16 人事管理\sql\WorkerLeaveView.sql
文件 513 2008-06-05 08:52 人事管理\sql\WorkerOvertimeView.sql
文件 326 2008-05-28 15:22 人事管理\sql\创建数据库.sql
文件 8966 2008-06-05 08:01 人事管理\sql\建表.sql
文件 233 2008-05-21 14:26 人事管理\sql\视图3.14.sql
文件 201 2008-05-21 14:27 人事管理\sql\视图3.15.sql
文件 226 2008-05-21 14:27 人事管理\sql\视图3.16.sql
文件 297 2008-05-21 14:27 人事管理\sql\视图3.17.sql
文件 184 2008-05-21 14:41 人事管理\sql\视图3.18.sql
文件 369 2008-05-22 16:04 人事管理\人事管理\app.config
文件 1569 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\selectwork.cs
文件 6400 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\selectwork.Designer.cs
文件 39293 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\selectwork.resx
文件 1474 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\SetAttendanceType.cs
文件 4950 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\SetAttendanceType.Designer.cs
文件 49573 2008-06-05 15:00 人事管理\人事管理\AttendanceManage\SetAttendanceType.resx
文件 3956 2008-06-06 08:36 人事管理\人事管理\AttendanceManage\workmanege.cs
文件 6230 2008-06-06 08:36 人事管理\人事管理\AttendanceManage\workmanege.Designer.cs
文件 5814 2008-06-06 08:36 人事管理\人事管理\AttendanceManage\workmanege.resx
文件 2359350 2008-05-22 16:31 人事管理\人事管理\bin\Debug\Picture\1.bmp
............此处省略165个文件信息
- 上一篇:asp.net 网上专家门诊预约系统
- 下一篇:C#语言编写的酒店管理系统
相关资源
- Csharp 网上商城代码
- [Csharp高级编程(第6版)].美内格尔
- csharp版64位含GEOS PROJ
- csharp免注册调用大漠插件.zip
- 教务系统c#可运行代码附带数据库
- 鹏哥特色教程之C#入门到精通 基础篇
- protobuf-csharp-3.2.0
- protobuf转换Csharp工具,转换为C#文件
- C#深度学习源码
- Chart Control :所有 35 种基本图表
- c# winform大全(198个经典Csharp WinForm)
- CSharpGL.zip
- CSharp基础
- C#入门经典(Beginning C# 7 Programming wi
- gdal_csharp开发环境配置
- C# OPC 数据采集 .rar
- C#闹钟&&时钟小程序源代码
- C#(Csharp)多线程HTTP并发请求(Http
- c# 代码编辑控件(代码着色控件)
-
Js to CSharp sc
ript converter - ECC算法 C#实现代码
- C# 使用Timer控件显示当前时间
- c# DataGridView中添加下拉列表
- 树形列表控件CSharp,WinForm
- CSharp通讯录编程
- 中国象棋csharp版源码
- 自动识别插入电脑设备的代码c#USB串口
- CSharp波形显示控件源码.rar
- csharp language specification chinese c#5.0 官方
- C#连接相机,通过机器视觉做运动控制
评论
共有 条评论