代码改变世界

随笔分类 -  C#

C#与SQL server 的连接

2011-12-31 14:34 by java线程例子, 257 阅读, 收藏,
摘要: 数据库的服务器管理员信息表学生信息表一、登陆窗口源代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.SqlClient; //此处的应用是必要的namespace 数据库{ public partial class Form1 : Form { public Form1()... 阅读全文