Bulkload Sample Code
Posted by: Irwin Dolobowskys Blog,
on 29 May 2004 |
View original | Bookmarked: 0 time(s)
As promised, the sample code for my presentation. The Object Demo was from Andy Conrad's article “Death, Taxes, and Relational Databases, Part 2”. The other demo was mine, and here's the code. Again, the point of this demo was to show how two parties can exchange data from their databases using SqlXml. Each database has a different schema and XML is used to transfer the data. Both parties agree on a common XML schema for the data to to be transfered, and...