摘要
ASP可以使用ADO组件来访问数据库,通过SQL语言实现对数据库的查询、更新、添加、删除等操作,非常方便地访问和操纵数据库,而ADO组件中,记录集对象Recordset是功能最强大也最全面的对象,是在ASP数据库应用中使用最多,也是最重要的一个ADO对象。使用SQL语言查询数据库中的数据,查询结果以记录集的形式保存在Recordset对象中,如何方便快捷地将Recordset对象中的记录集数据显示在网页中,是ASP数据库应用技术中的重要课题。
ASP application can use ADO to access database,through the SQL language query to the database,we can do update,add,delete and other operations,access and manipulate databases is very easy. In the ADO components,the recordset object is a very powerful object of the most comprehensive,it's also a very useful object in the ASP application. When we use SQL Language queries the SQL database,the results will save as a recordset object. How to display data on the web page from recordset object,this is an important subject of ASP technology.
出处
《电脑知识与技术(过刊)》
2010年第7X期5399-5402,共4页
Computer Knowledge and Technology
关键词
数据库
ADO
记录集
database
active data objects
recordset