dbTalk Databases Forums  

converting MSSQL to MySQL

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss converting MSSQL to MySQL in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Luuk
 
Posts: n/a

Default converting MSSQL to MySQL - 07-24-2009 , 01:32 PM






When trying to convert a MSSQL (2008 Express) database to MySQL (5.1)
My systems throws the following error:
Messages
Error 0xc020844b: Data Flow Task 5: An exception has occurred during
data insertion, the message returned from the provider is: Kan een
object van het type System.Int16 niet converteren naar het type
System.Char[].
(SQL Server Import and Export Wizard)

It claims it cannot convert a Int16 to a Char ?

then newly created table looks like this:
CREATE TABLE "dgmAttributeCategories" (
"categoryID" tinyint NOT NULL,
"categoryName" varchar(50),
"categoryDescription" varchar(200)
)


Anyone got an idea on how to solve this.... (without manually typing the
records into MySQL)

--
Luuk

Reply With Quote
  #2  
Old   
Luuk
 
Posts: n/a

Default Re: converting MSSQL to MySQL - 07-24-2009 , 02:03 PM






Luuk schreef:
Quote:
When trying to convert a MSSQL (2008 Express) database to MySQL (5.1)
My systems throws the following error:
Messages
Error 0xc020844b: Data Flow Task 5: An exception has occurred during
data insertion, the message returned from the provider is: Kan een
object van het type System.Int16 niet converteren naar het type
System.Char[].
(SQL Server Import and Export Wizard)

It claims it cannot convert a Int16 to a Char ?

then newly created table looks like this:
CREATE TABLE "dgmAttributeCategories" (
"categoryID" tinyint NOT NULL,
"categoryName" varchar(50),
"categoryDescription" varchar(200)
)


Anyone got an idea on how to solve this.... (without manually typing the
records into MySQL)

In case someone want to know the software versions i'm using to achieve
this:
Microsoft SQL Server Management Studio 10.0.2531.0
Microsoft Data Access Components (MDAC) 3.85.1132
Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 8.0.6001.18702
Microsoft .NET Framework 2.0.50727.3082
Operating System 5.1.2600

--
Luuk

Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.