Location:
Search - xmltoDB
Search list
Description: 通过模板驱动的方式进行数据库与xml文档间的数据同步
Platform: |
Size: 12871 |
Author: caigguoduo |
Hits:
Description: 通过模板驱动的方式进行数据库与xml文档间的数据同步-Template-driven approach to database and xml data synchronization between document
Platform: |
Size: 12288 |
Author: caigguoduo |
Hits:
Description: To Copy XML To MS-SQL 2-To Copy XML To MS-SQL 2000
Platform: |
Size: 4096 |
Author: Khamis |
Hits:
Description: 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
Platform: |
Size: 2048 |
Author: 李艺晨 |
Hits: