[外文翻譯]asp與數(shù)據(jù)庫應(yīng)用.doc
約7頁DOC格式手機(jī)打開展開
[外文翻譯]asp與數(shù)據(jù)庫應(yīng)用,[外文翻譯]asp與數(shù)據(jù)庫應(yīng)用含英文原文和中文翻譯,可作為asp相關(guān)畢業(yè)設(shè)計(jì),畢業(yè)論文的外文翻譯使用!中文:1400多字英文:5900字asp與數(shù)據(jù)庫應(yīng)用見最近許多網(wǎng)友詢問一些關(guān)于數(shù)據(jù)庫操作的基礎(chǔ)問題,現(xiàn)把我以前寫的一篇簡單教程貼上來,好讓一些初學(xué)者最快的入門: 一般來說,一個(gè)真正的、完整的站點(diǎn)是離不開數(shù)據(jù)庫的,因...


內(nèi)容介紹
此文檔由會(huì)員 8008008 發(fā)布
[外文翻譯]ASP與數(shù)據(jù)庫應(yīng)用
含英文原文和中文翻譯,可作為ASP相關(guān)畢業(yè)設(shè)計(jì),畢業(yè)論文的外文翻譯使用!
中文:1400多字
英文:5900字
ASP與數(shù)據(jù)庫應(yīng)用
見最近許多網(wǎng)友詢問一些關(guān)于數(shù)據(jù)庫操作的基礎(chǔ)問題,現(xiàn)把我以前寫的一篇簡單教程貼上來,好讓一些初學(xué)者最快的入門:
一般來說,一個(gè)真正的、完整的站點(diǎn)是離不開數(shù)據(jù)庫的,因?yàn)閷?shí)際應(yīng)用中,需要保存的數(shù)據(jù)很多,而且這些數(shù)據(jù)之間往往還有關(guān)聯(lián),利用數(shù)據(jù)庫來管理這些數(shù)據(jù),可以
很方便的查詢和更新。數(shù)據(jù)庫有很多種,如:Fox 數(shù)據(jù)庫(.dbf)、Access 數(shù)據(jù)庫(.mdb)、Informix、Oracle 和 SQL Server 等等,在這里,我將以 Microsoft Access 數(shù)據(jù)庫為例來說明ASP是如何訪問數(shù)據(jù)庫的。
常用數(shù)據(jù)庫語句
1.SELECT 語句:命令數(shù)據(jù)庫引擎從數(shù)據(jù)庫里返回信息,作為一組記錄。
2.INSERT INTO 語句:添加一個(gè)或多個(gè)記錄至一個(gè)表。
3.UPDATE 語句:創(chuàng)建更新查詢來改變基于特定準(zhǔn)則的指定表中的字段值。
4.DELETE 語句:創(chuàng)建一個(gè)刪除查詢把記錄從 FROM 子句列出并符合 WHERE 子句的一個(gè)或更多的表中清除。
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.
含英文原文和中文翻譯,可作為ASP相關(guān)畢業(yè)設(shè)計(jì),畢業(yè)論文的外文翻譯使用!
中文:1400多字
英文:5900字
ASP與數(shù)據(jù)庫應(yīng)用
見最近許多網(wǎng)友詢問一些關(guān)于數(shù)據(jù)庫操作的基礎(chǔ)問題,現(xiàn)把我以前寫的一篇簡單教程貼上來,好讓一些初學(xué)者最快的入門:
一般來說,一個(gè)真正的、完整的站點(diǎn)是離不開數(shù)據(jù)庫的,因?yàn)閷?shí)際應(yīng)用中,需要保存的數(shù)據(jù)很多,而且這些數(shù)據(jù)之間往往還有關(guān)聯(lián),利用數(shù)據(jù)庫來管理這些數(shù)據(jù),可以
很方便的查詢和更新。數(shù)據(jù)庫有很多種,如:Fox 數(shù)據(jù)庫(.dbf)、Access 數(shù)據(jù)庫(.mdb)、Informix、Oracle 和 SQL Server 等等,在這里,我將以 Microsoft Access 數(shù)據(jù)庫為例來說明ASP是如何訪問數(shù)據(jù)庫的。
常用數(shù)據(jù)庫語句
1.SELECT 語句:命令數(shù)據(jù)庫引擎從數(shù)據(jù)庫里返回信息,作為一組記錄。
2.INSERT INTO 語句:添加一個(gè)或多個(gè)記錄至一個(gè)表。
3.UPDATE 語句:創(chuàng)建更新查詢來改變基于特定準(zhǔn)則的指定表中的字段值。
4.DELETE 語句:創(chuàng)建一個(gè)刪除查詢把記錄從 FROM 子句列出并符合 WHERE 子句的一個(gè)或更多的表中清除。
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.