Realization of XML and SQL Server 2000 Data Exchange Based on Stored Procedure

周丹,周新志
DOI: https://doi.org/10.3969/j.issn.1006-2475.2009.04.015
2009-01-01
Abstract:Data exchange between XML and SQL Server 2000 is realized using the stored procedure.The data in nested XML document is inserted into database,and then the data in database is selected and saved in XML document using C# program.The process not only keeps the correctness of data but keeps the pattern of XML document.Using stored procedure can reduce greatly the scale of the program and the operation on database.
What problem does this paper attempt to address?