Without purchasing extra software, probably the easiest thing to do in a
migration these days is to take advantage of free .NET features which allow
seamless exchanges between XML and ADO.NET:

1) It's simple to write code to wrap data in XML.
2) You can use a program provided with the .NET Framework to generate a
Schema from the XML into a .XSD file.
3) ADO.NET imports XSD files to create an internal map of a dataset.
4) With one line of code ADO.NET can read XML and store the data as a
relational dataset.

Connecting the dots: It's easy to go from any MV platform into XML, then
into ADO.NET, and from there to any Relational DBMS.

And now that I've let the cat out of the bag, I have to retire a poor man.
You now have the keys to data integration heaven and you don't need to buy
any more tools or migration services.

Seriously the way the technology is implemented depends on the application.
If you ARE interested in data migrations From any platform To any platform,
I'll be happy to help.

Tony
Nebula R&D
Former D3 DBMS Product Manager, Raining Data
Technical Editor, C#Builder Kick Start, SAMS Publishing
Author, "Web Services and .NET" series, Spectrum Magazine

>-----Original Message-----
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Dahn Finard
>Sent: Wednesday, February 11, 2004 6:24 AM
>To: U2 Users Discussion List
>Subject: D3 on NT
>
>
>
>Although I have been working in many pick flavors for the past 
>20+ years, I have been working in Universe for the past 8 
>years. I have a client that is looking for a conversion out of 
>D3/NT to Oracle. I have two questions; 1. does D3 support the 
>OPENSEQ and WRITESEQ that Universe does. I downloaded the d3 
>basic manual and found the UOPEN and UCREATE. 2. Could the D3 
>experts in the group please offer any suggestion and 
>information  about there experiences in conversions from D3. I 
>know that this is not the direction that we would like to see 
>software going in, but I did not make the decision about the 
>companys IS goals.
>
>
>Dahn Finard
>
>
>-- 
>u2-users mailing list
>[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
>
>

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to