文件名称:1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.实现DBToXML()函数,其中数据库为Student,内有两个表:student:name(姓名)、sex(性别)、age(年龄)、ID(学号);score:ID(学生的学号)、lesson(课程)、value(成绩);2.实现XMLToDB()函数。
数据库参考语言:
select * from student,score
where student.ID=score.ID
-1. To achieve DBToXML () function, in which the database is Student, there are two tables: student: name (name), sex (gender), age (Age), ID (Student ID) score: ID (student number of students ), lesson (curriculum), value (results) 2. to achieve XMLToDB () function. Database reference language: select* from student, score where student.ID = score.ID
数据库参考语言:
select * from student,score
where student.ID=score.ID
-1. To achieve DBToXML () function, in which the database is Student, there are two tables: student: name (name), sex (gender), age (Age), ID (Student ID) score: ID (student number of students ), lesson (curriculum), value (results) 2. to achieve XMLToDB () function. Database reference language: select* from student, score where student.ID = score.ID
(系统自动生成,下载前可以参看下载内容)
下载文件列表
上传.txt