소스를 한참 보고도 주의하지 못했는데,
김차장님의 설명을 통해 구분은 할 수 있게 됐다.
그리고, Wrox 책에 나오는 구절을 이해하는 순간에
asp와 asp.net에서 ADO와 ADO.NET의 차이를 가늠할 수 있는 차이를 알다.
Professional ADO.NET 2 Programming with SQL Server 2005, Oracle®, and MySQL®
에서 아래 두 단락을 찾았다.
DataAdapter
The DataAdapter object is what bridges the gap between the DataSet and the data source. The DataAdapter is responsible for retrieving the data from the Command object
and populating the DataSet with the data returned. The DataAdapter is also responsible for persisting changes to the DataSet back to the data source.
예전 세미나에서도 여러번 언급한 것 같은데,
그땐 사용하지 않으니, 그냥 넘어갔던 것이 이번을 계기로
refresh되었다.
Data binding defined: The programming task of retrieving data from a data source, gluing it to a user interface control, allowing manipulation, including sorting and paging, and optionally changing the data and the synchronization of such changes with the original data source. All of this is accomplished with minimal code creation on the part of the developer.
데이터 바인딩은 데이터 원본으로부터 데이터를 가져와서 시각적인 요소의 속성에 동적으로 연결하는 과정이다.-p20 /Building Web Solutions with ASP.NET AND ADO.NET
그리고 한글 사이트 중에 괜찮은 사이트를 발견했다.
http://www.hoonsbara.com/LectureMain.aspx?key=List&LecCate_idx=23
여기 있는 강좌를 보고 나니 ADO.NET 2.0 사용은 어느정도 사용할 수 있겠다.
프젝 진행하면서 모르는 사항이 나타나면 그때 다시 스터디......
'컴퓨터(InfoTech)' 카테고리의 다른 글
| [Jeff Prosise] Programming Microsoft .NET - 002 (0) | 2007/04/05 |
|---|---|
| [형상관리] Serena ChangeMan, Merant Tracker (1) | 2007/04/03 |
| ASP를 할 줄 아는 사람이 ADO.NET을 이해하기위해 알아야 할 사항1 (2) | 2007/04/02 |
| C# boxing, unboxing (0) | 2007/03/27 |
| [형상관리] VSS 2005 admin (0) | 2007/03/27 |
| [형상관리] 소스관리 VSS 2005 (0) | 2007/03/25 |



