|
-
Nov 14th, 2006, 03:51 AM
#1
Thread Starter
Hyperactive Member
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.
-
Nov 14th, 2006, 10:19 AM
#2
Lively Member
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.
-
Jan 7th, 2007, 01:36 AM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|