[外文翻译]asp与数据库应用.doc

约7页DOC格式手机打开展开

[外文翻译]asp与数据库应用,[外文翻译]asp与数据库应用含英文原文和中文翻译,可作为asp相关毕业设计,毕业论文的外文翻译使用!中文:1400多字英文:5900字asp与数据库应用见最近许多网友询问一些关于数据库操作的基础问题,现把我以前写的一篇简单教程贴上来,好让一些初学者最快的入门:   一般来说,一个真正的、完整的站点是离不开数据库的,因...
编号:8-77338大小:49.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 8008008 发布

[外文翻译]ASP与数据库应用

含英文原文和中文翻译,可作为ASP相关毕业设计,毕业论文的外文翻译使用!

中文:1400多字
英文:5900字


ASP与数据库应用
见最近许多网友询问一些关于数据库操作的基础问题,现把我以前写的一篇简单教程贴上来,好让一些初学者最快的入门:
  一般来说,一个真正的、完整的站点是离不开数据库的,因为实际应用中,需要保存的数据很多,而且这些数据之间往往还有关联,利用数据库来管理这些数据,可以
很方便的查询和更新。数据库有很多种,如:Fox 数据库(.dbf)、Access 数据库(.mdb)、Informix、Oracle 和 SQL Server 等等,在这里,我将以 Microsoft Access 数据库为例来说明ASP是如何访问数据库的。
常用数据库语句
  1.SELECT 语句:命令数据库引擎从数据库里返回信息,作为一组记录。
  2.INSERT INTO 语句:添加一个或多个记录至一个表。
  3.UPDATE 语句:创建更新查询来改变基于特定准则的指定表中的字段值。
  4.DELETE 语句:创建一个删除查询把记录从 FROM 子句列出并符合 WHERE 子句的一个或更多的表中清除。
  5.EXECUTE 语句:用于激活 PROCEDURE(过程)




ASP and database application
Seeing recent many net friends inquires the some the database concerning foundation problem operates, writing now a simple lectures that I stick to come up before, liking to let quickest primer in some raw recruit:
By any large, a real, stands to order completely is to can not get away from the database of, because of in the actual application, the data that need to be kept is a lot of, and these datases usually still has the connection, making use of the database to manage these datases, can
Very convenient search with renew.Database contain a lot of kinds, such as:The database of Fox(.Dbf), the database of Access(.Mdb), Informix, Oracle with the etc. of SQL Server, here, I will take the database of Microsoft Access as an example explain how ASP is visited the database.
In common use database language sentence
1.SELECT language sentence:Order database engine is from the database in return the information, be used as a record.
2.INSERT INTO language sentence:Increase an or manies record to a form.
3.UPDATE language sentence:Create to set up the renewal search to change according to the particular standard specifies word in the form segment value.
4.DELETE language sentence:Create to set up a deletion search to is from the clause of FROM lists and match an or more formses of the clause of WHEREs the record clearance.