tailieunhanh - Bài 6: Data Access and Viewingwith .NET

Tham khảo tài liệu 'bài 6: data access and viewingwith .net', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | C and .NET Framework Bài 6 Data Access and Viewing with .NET Đoàn Quang Minh minhdqtt@ http Last update 30. December 2006 Data Access and Viewing with .NET - Editor Đoàn Quang Minh 1 Mục lục Overview Using Database Connections Commands Quick Data Access The Data Reader Working with DataSet Viewing .NET data Example Data Access and Viewing with .NET - Editor Đoàn Quang Minh 2 Overview là gì - ADO - Microsoft s ActiveX Data Objects thư viện các cho phép truy cập và xử lý CSDL. - ADO có một số hạn chế luôn luôn giữ kết nối chỉ làm việc với CSDL. - làm việcyới các đốj tượng dữ liệu hỗ trợ mạnh mẽ SQL Server đồng thời hỗ trợ các kết nối OLE DB. namespace - Để truy cập và xử lý CSDL sử dụng các namespace . - Các lớp cơ bản trong DataSet DataTable DataRow DataColumn DataRelation Constraint - Các lớp đặc biệt SqlCommand OleDbCommand SqlCommandBuilder OleDbCommandBuilder SqlConnection OleDbConnection SqlDataAdapter OleDbDataAdapter SqlDataReader OleDbDataReader SqlParameter OleDbParameter SqlTransaction OleDbTransaction Data Access and Viewing with .NET - Editor Đoàn Quang Minh

TỪ KHÓA LIÊN QUAN