Conversions software?

Discussion in 'MySQL' started by SiteExpress, Mar 29, 2006.

  1. #1
    Is there some sort of software out there that will allow me to extract data from one type of database, and insert it into another?

    Example: If I have an sql dump from one script, I would like to use the data in it on a different type of script. Is there software that allows me to import the data?
     
    SiteExpress, Mar 29, 2006 IP
  2. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #2
    What means "one type of database " ? Another sql server ? or another database from the same database server .


    I don't know of the existence of this type of software but probably is not very hard to do a script to query first database and insert in the second.



    Regards
    Adrian
    P.S. Is possible to exist something like that but depends of your database server. You can check tora to see if is know something like that:
     
    sacx13, Mar 29, 2006 IP
  3. amnezia

    amnezia Peon

    Messages:
    990
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #3
    what format is your sql dump in? and which database software are you trying to export to?
     
    amnezia, Mar 29, 2006 IP
  4. SiteExpress

    SiteExpress Well-Known Member

    Messages:
    1,355
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    155
    #4
    What I would like to do is take an sql dump from one db, and import the data into the sql dump of another db.

    If the sql dump from one db is from a completely different script, than the db I want to import the info to.

    Also, I would like to be able to import data from and excel sheet into an sql db.
     
    SiteExpress, Mar 29, 2006 IP