Results 1 to 3 of 3

Thread: MYSQL Migrator[solved]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    MYSQL Migrator[solved]

    hi all,

    I have ready table in SQL, I want to transfer that into MYSQL. For data migration I am using MYSQL migration tool kit.

    In the existing SQL table one field is having TEXT Datatype. I am keeping same datatype in mysql also..but still i cant able to transfer.
    is there any alternative?? plz helppppp..

    sagar.
    Last edited by sagarpassion; Jan 7th, 2007 at 01:37 AM.

  2. #2
    Lively Member
    Join Date
    May 2004
    Posts
    104

    Re: MYSQL Migrator[urgent]

    Change TEXT value to varchar(100) or something like that. TEXT value will not transfer into MySql. Or build a translator to pull from SQL and write into MySQL.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Re: MYSQL Migrator[urgent]

    if text value is more than varchar(8000) then?? wat u can do?? anyways i have solved that problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width