外文文献翻译---ADO.Net技术
《外文文献翻译---ADO.Net技术》由会员分享,可在线阅读,更多相关《外文文献翻译---ADO.Net技术(11页珍藏版)》请在毕设资料网上搜索。
1、 英文一原文: ADO. Net Technology ADO. NET is designed for solving the Web and program problem about the distribution application by Microsoft. As a kind of visit frame of database, ADO. NET can handle the N layers data architecture which doesnt join that Web application program requires, thus when visiti
2、ng the database of SQL SERVER, superior performance has gotten extensive application. This paper discusses for this. I.The major object of ADO.NET. Many objects in ADO.Net is similar to the object function in ADO , but the function of the object in ADO.NET is more powerful. At the same time, except
3、the objects of the Connection, Parameter and Command , ADO. NET also add a lot of new object and program melt interface, such as DataSet, DataView, DataAdapter, DataReader and DataSetCommand etc.It make more simple to operate the database. I.a DataSet object: DataSet is the core of ADO.NET, is speci
4、ally used to handle the data which is read out from the stock , and keep it in local memory as away from line. We can use identical way to operate the data which is got from the different data source, the behavior of DataSet is consistent whatever the base layer database is SQL Server or Oracle. In
5、DataSet, it can contain arbitrary quantity of DataTable, and every DataTable is in correspondence with Table or View in darabase. Generally speaking,a corresponding DataTable is a set of a group of DataRow and DataColumn for the data sheet of elephant.DataTable can take the responsibility for defend
6、ing each data trip to retain its initial state and current state, with the concurrent that solves database visit problem. ADO.NET reduce the pressure of being away from line to join pattern decreasing for data server. I.b DataReader object: When looking over mass data with the way that glanced over
7、, it will occupy plenty of memories and cause performance to drop. For instance,when a link (Connection ) reads the record of 1000 lines of database by using the traditional ADO Recordset ,it must give this link memory distribution for this 1000 lines of record untill the life period of this link fi
8、nish. If there are many users carrying out the same operation for same computer at the same time,the memory will be used out. To solve these problems, DotNET frame has offered DataReader object, from database,it return a read-only string, which can roll downward only to flow ( Strem ), and exists a
9、record every time only in courently. I.c DataView object: DataView object representative one DataTable approach by looking over , it is to put data in order with the form of form that what data acquiesce in look over way, and the order of data that put data in order follow the order taking out the t
10、rip that put litre and the fence position of row order in order from database data sheet, usually it is concerned with the Sort Order or reduce power in inquiring string when design the database .ADO. NET offer the way that has elasticity very much to let user use row order and condition filter , se
11、ek etc. property way of looking over of defining difference , so, edit and glance over data or show the data in DataTable .For instance ,we can establish a DataView object, then designate with with default look over ( DefaultView ) different row order way, or also can use condition filter ( Filter )
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 文献 翻译 ado net 技术
