资源简介
医院His系统简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Windows.Forms;
namespace HIST
{
class Class1
{
DataSet ds;
public DataTable updatesee(string sql)
{
string conn = “Data Source = .; Initial Catalog = his;uid=sa;pwd=123456“;
SqlConnection con = new SqlConnection(conn);
try
{
con.Open();
SqlDataAdapter da = new SqlDataAdapter(sql con);
ds = new DataSet();
ds.Clear();
da.Fill(ds “ Room“);
}
catch (Exception e)
{
Console.Write(e);
MessageBo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-08-07 16:24 HIS\
目录 0 2012-07-16 10:18 HIS\HIST\
文件 2610 2012-06-04 10:20 HIS\HIST\Class1.cs
文件 12377 2012-06-09 13:20 HIS\HIST\Form1.Designer.cs
文件 2651 2012-06-09 13:20 HIS\HIST\Form1.cs
文件 6411 2012-06-09 13:20 HIS\HIST\Form1.resx
文件 15481 2012-06-05 21:31 HIS\HIST\Form10.Designer.cs
文件 7570 2012-06-11 20:36 HIS\HIST\Form10.cs
文件 6220 2012-06-05 21:31 HIS\HIST\Form10.resx
文件 11512 2012-06-05 15:37 HIS\HIST\Form11.Designer.cs
文件 1811 2012-06-05 15:52 HIS\HIST\Form11.cs
文件 5817 2012-06-05 15:37 HIS\HIST\Form11.resx
文件 30404 2012-06-12 08:32 HIS\HIST\Form12.Designer.cs
文件 8207 2012-06-12 08:32 HIS\HIST\Form12.cs
文件 6584 2012-06-12 08:32 HIS\HIST\Form12.resx
文件 3525 2012-06-06 22:40 HIS\HIST\Form13.Designer.cs
文件 822 2012-06-06 22:40 HIS\HIST\Form13.cs
文件 5817 2012-06-06 22:40 HIS\HIST\Form13.resx
文件 12366 2012-06-07 20:07 HIS\HIST\Form14.Designer.cs
文件 7080 2012-06-11 20:37 HIS\HIST\Form14.cs
文件 6220 2012-06-07 20:07 HIS\HIST\Form14.resx
文件 8514 2012-06-11 22:28 HIS\HIST\Form15.Designer.cs
文件 1636 2012-06-11 22:28 HIS\HIST\Form15.cs
文件 6411 2012-06-11 22:28 HIS\HIST\Form15.resx
文件 10106 2012-06-07 20:52 HIS\HIST\Form16.Designer.cs
文件 2851 2012-06-11 20:51 HIS\HIST\Form16.cs
文件 5817 2012-06-07 20:52 HIS\HIST\Form16.resx
文件 8169 2012-06-07 21:18 HIS\HIST\Form17.Designer.cs
文件 4036 2012-06-07 21:30 HIS\HIST\Form17.cs
文件 5817 2012-06-07 21:18 HIS\HIST\Form17.resx
文件 2355 2012-06-07 23:07 HIS\HIST\Form18.Designer.cs
............此处省略92个文件信息
- 上一篇:ckeditor编辑器 黏贴图片自动上传插件
- 下一篇:C# 简单的定时器
评论
共有 条评论