With the development of the Internet application,the application pattern of three systems structures also obtains the more people′s favour.This article introduced concept and advantage of application procedure on three systems structures,and combined an example to introduce how to established the ASP application procedures of three structures.
【更新日期】
2006-07-28
【分类号】
TP312.2
【正文快照】
1三层结构ASP应用程序的开发1.1在数据库系统中建立如下数据库表Employee:EMPLID char(5)not null,Name char(10)not null,Gender char(1)not null,Score int not null假定此表存储员工信息和考试成绩,为简单起见,这里只包含工号,姓名和性别三项,并且只有一门考试成绩,EMPLID为