Classes to connect, query,and administer data sources 1. 데이터베이스 연결 및 해제 2. 명령어 실행 (Create, Alter, Drop, Insert, Select, Update, Delete 등 ...) 3. 저장 프로시저 (Add, Get 등... ) 4. Framework Data Providers - Uniform API for accessing data from different sources - Enables data to be accessed through a connection or a data set - Data binding Binds a data source to ASP.Net, Windows Form, WPF Controls - SQL Server, OLE DB, ODBC, Oracle - 특징: Programming Interface(API), Disconnected data access Query(LINQ), ADO.NET Entity Framework - To Connect to a database : Define a connection String for the database Create a Connection object by using the connection. - You Can use a ConnectionStringBuilder to create the Connection string in a type-safe manner
--예외처리
--SQL Command
--Data Reader
-- SqlReaderRead
|
'.Net Project > ADO.NET 3.5' 카테고리의 다른 글
05장 ADO.Net 카테고리 추가,리스트,뷰(CategoryAdd,List,View) (0) | 2009.09.28 |
---|---|
05장 ADO.NET 데이터베이스 DB 바로 연결하여 웹 상에 출력 (0) | 2009.09.25 |
04장 ADO.NET Web.Config 파일에 있는 섹션에 있는 값 가져오기 (0) | 2009.09.25 |
03장 ADO.NET Connection 복습 (0) | 2009.09.25 |
02장 ADO.NET DB Connection (0) | 2009.09.24 |