国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

[外文翻譯]asp與數據庫應用.doc

約7頁DOC格式手機打開展開

[外文翻譯]asp與數據庫應用,[外文翻譯]asp與數據庫應用含英文原文和中文翻譯,可作為asp相關畢業(yè)設計,畢業(yè)論文的外文翻譯使用!中文:1400多字英文:5900字asp與數據庫應用見最近許多網友詢問一些關于數據庫操作的基礎問題,現(xiàn)把我以前寫的一篇簡單教程貼上來,好讓一些初學者最快的入門:   一般來說,一個真正的、完整的站點是離不開數據庫的,因...
編號:8-77338大小:49.00K
分類: 論文>外文翻譯

內容介紹

此文檔由會員 8008008 發(fā)布

[外文翻譯]ASP與數據庫應用

含英文原文和中文翻譯,可作為ASP相關畢業(yè)設計,畢業(yè)論文的外文翻譯使用!

中文:1400多字
英文:5900字


ASP與數據庫應用
見最近許多網友詢問一些關于數據庫操作的基礎問題,現(xiàn)把我以前寫的一篇簡單教程貼上來,好讓一些初學者最快的入門:
  一般來說,一個真正的、完整的站點是離不開數據庫的,因為實際應用中,需要保存的數據很多,而且這些數據之間往往還有關聯(lián),利用數據庫來管理這些數據,可以
很方便的查詢和更新。數據庫有很多種,如:Fox 數據庫(.dbf)、Access 數據庫(.mdb)、Informix、Oracle 和 SQL Server 等等,在這里,我將以 Microsoft Access 數據庫為例來說明ASP是如何訪問數據庫的。
常用數據庫語句
  1.SELECT 語句:命令數據庫引擎從數據庫里返回信息,作為一組記錄。
  2.INSERT INTO 語句:添加一個或多個記錄至一個表。
  3.UPDATE 語句:創(chuàng)建更新查詢來改變基于特定準則的指定表中的字段值。
  4.DELETE 語句:創(chuàng)建一個刪除查詢把記錄從 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.