Today I did two things. One is the programming of the windows form., including the static page of the form and the responding to some actions. This part is before the launch.
And in the afternoon I try the access to the database use data provider for sql server.
Now I found a really good book published by Tshinghua Univ. And I know many things that troubles me.
The point I must know:
1. ADO.NET is the Mid-software for DB development, it is based on the .net framework..It include some classes and some namepaces provided by .net Framework.
The namespaces are System.Data.SqlClient, System.Data.OracleClient,OLEB,ODBC.
2. Dataset is a small DB.It is a very important part in the ADO.Net cuz it is like a buffer in the local.
3. There is also a layer structure here. The Dataset is above the Dataprovider layer, which is responsible to access the database.
4. The core class in the Data Provider is connection,command,parameter, datareader, dataadapter and so on..
本文介绍了作者一天中完成的工作,包括Windows窗体编程和数据库访问技术。重点讲解了ADO.NET作为数据库开发中间件的作用,包括其核心类和数据集的概念,并提到了几项重要的ADO.NET名称空间。
1555

被折叠的 条评论
为什么被折叠?



