If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > xml to other databases like access, sql, mysql, oracle

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-10-10, 07:31
gbose gbose is offline
Registered User
 
Join Date: Jan 2010
Posts: 2
Lightbulb xml to other databases like access, sql, mysql, oracle

Hi, I am bose.

I m havin a doubt. Whether we can convert a xml form of data to any other databases we want.
Suppose, I am havin all my data in mysql... I am goin to host my site. The hoster s not providin support for mysql. Can i convert the mysql database to ready to use oracle or sql server database????

Reply With Quote
  #2 (permalink)  
Old 01-10-10, 09:25
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Yes it is possible to migrate to Oracle or SQL Server. There are big differences between those products so you will almost certainly have to rewrite some of your code and make changes to data types in your database. Probably the easiest way to migrate the data would be to use an integration tool like SQL Server Integration Services with MySQL as the source and the new DBMS as the target.

Alternatively you could find a different hosting company that does support MySQL.

Not sure why XML is relevant in your question. I don't think putting the data into XML will help you switch database platforms.
Reply With Quote
  #3 (permalink)  
Old 01-12-10, 10:49
gbose gbose is offline
Registered User
 
Join Date: Jan 2010
Posts: 2
Red face xml to other database???

can xml form of data be converted to any other databases ???
Reply With Quote
  #4 (permalink)  
Old 01-12-10, 10:56
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
If you have your data in mySQL, you understand mySQL and your new host will not support mySQL I would look for another host. I am amazed you managed to find a host that did not support mySQL to be honest.

Converting from one database to another is not trivial. 9 times out of 10 the RDBMS choice will last the lifetime of the application.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
  #5 (permalink)  
Old 01-12-10, 10:56
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Quote:
Originally Posted by gbose View Post
can xml form of data be converted to any other databases ???
Yes. Provided you have the software tools to do it.
Reply With Quote
  #6 (permalink)  
Old 01-15-10, 17:22
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,042
Look in to XSL.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
Reply

Tags
database migration, xml

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On