Thiết kê 1 form quản lý sinh viên bao gồm 2 textbox, 4 btn thêm ,sửa , xóa, hiển thị, và 1 datagirdview như hình bên dưới
Thứ Sáu, 27 tháng 12, 2013
3_ Thao tác trên cơ sở dữ liệu sử dụng dataset,dataadapter,datatable
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Data;
2_Thực thi câu truy vấn SQL trên C#
1. Lấy ra họ tên và mã số sinh viên từ table sinh viên
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
1_ Kiểm tra Kết nối cơ sở dữ liệu trong C#
Để kết nối với cở sở dữ liệu, Phải khai báo namespace "System.Data.SqlClient".
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient; //namespace de thao tac voi CSDL
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient; //namespace de thao tac voi CSDL
Đăng ký:
Bài đăng (Atom)