Click here to Skip to main content
16,007,504 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Writing XML to file with tabs etc Pin
Christopher Lord10-Jul-02 11:13
Christopher Lord10-Jul-02 11:13 
GeneralRe: Writing XML to file with tabs etc Pin
Jan R Hansen10-Jul-02 21:24
Jan R Hansen10-Jul-02 21:24 
GeneralRe: Writing XML to file with tabs etc Pin
Philip Fitzsimons11-Jul-02 11:56
Philip Fitzsimons11-Jul-02 11:56 
GeneralRe: Writing XML to file with tabs etc Pin
Christopher Lord11-Jul-02 16:11
Christopher Lord11-Jul-02 16:11 
GeneralRe: Writing XML to file with tabs etc Pin
Ranjan Banerji15-Jul-02 11:08
Ranjan Banerji15-Jul-02 11:08 
GeneralPassing Strings encoded BASE64 in XML Pin
8-Jul-02 5:02
suss8-Jul-02 5:02 
GeneralRe: Passing Strings encoded BASE64 in XML Pin
Anonymous9-Jul-02 16:44
Anonymous9-Jul-02 16:44 
GeneralReading an XML file to a Dataset and then from Dataset to SQLServer Pin
Alexandru Savescu4-Jul-02 22:53
Alexandru Savescu4-Jul-02 22:53 
I am doing the folowing operations:

1. Export some tables (that have unique IDs and foreign keys) to an XML file using a DataSet object in .NET. This works file.

2. I want to be able to import that XML file into another SQLServer server that has the same database architecture, but of course, different data.

3. When reading the XML file into a Dataset and then updating the database, some key violations or duplicate records may occur because I exported some unique IDs from one databse server and am trying to import them into another server. Thus, when importing a master table, I must read the XML file and give the corresponding records new IDs accordingly. Since my master table will have several slave tables with foreign keys involved I would have to udpate the slave tables also to maintain the integrity.

I could do all that manually by having lots of structures and maps and hash tables. Is there a change .NET Dataset would take care of everything automatically for me?

Thanks.

Best regards,
Alexandru Savescu
GeneralGetting started with XML Pin
Jeremy Pullicino1-Jul-02 21:42
Jeremy Pullicino1-Jul-02 21:42 
GeneralRe: Getting started with XML Pin
Christopher Lord1-Jul-02 22:03
Christopher Lord1-Jul-02 22:03 
GeneralRe: Getting started with XML Pin
Christopher Duncan10-Jul-02 5:44
Christopher Duncan10-Jul-02 5:44 
GeneralRe: Getting started with XML Pin
Christopher Lord10-Jul-02 9:42
Christopher Lord10-Jul-02 9:42 
GeneralRe: Getting started with XML Pin
Christopher Duncan10-Jul-02 12:28
Christopher Duncan10-Jul-02 12:28 
GeneralRe: Getting started with XML Pin
MS le Roux1-Jul-02 22:07
MS le Roux1-Jul-02 22:07 
GeneralRe: Getting started with XML Pin
Erik Westermann3-Jul-02 1:59
professionalErik Westermann3-Jul-02 1:59 
GeneralRe: Getting started with XML Pin
9-Jul-02 16:28
suss9-Jul-02 16:28 
GeneralRe: Getting started with XML Pin
Richard Jones10-Jul-02 4:29
Richard Jones10-Jul-02 4:29 
GeneralUpdating an XML file from VC6.0 Pin
Jan R Hansen26-Jun-02 3:11
Jan R Hansen26-Jun-02 3:11 
GeneralRe: Updating an XML file from VC6.0 Pin
act_x27-Jun-02 5:43
act_x27-Jun-02 5:43 
GeneralRe: Updating an XML file from VC6.0 Pin
[James Pullicino]30-Jun-02 23:52
[James Pullicino]30-Jun-02 23:52 
GeneralRe: Updating an XML file from VC6.0 Pin
Ranjan Banerji2-Jul-02 5:45
Ranjan Banerji2-Jul-02 5:45 
GeneralRe: Updating an XML file from VC6.0 Pin
Jan R Hansen2-Jul-02 21:13
Jan R Hansen2-Jul-02 21:13 
GeneralRe: Updating an XML file from VC6.0 Pin
Ranjan Banerji3-Jul-02 6:27
Ranjan Banerji3-Jul-02 6:27 
GeneralNew subquestion : how to format the XML nicely ? Pin
Jan R Hansen8-Jul-02 12:21
Jan R Hansen8-Jul-02 12:21 
GeneralRe: New subquestion : how to format the XML nicely ? Pin
Anonymous9-Jul-02 16:50
Anonymous9-Jul-02 16:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.