Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL server to MySQL

Status
Not open for further replies.

ramsfield

MIS
Jun 30, 2004
28
US
I have created a DTS package to dumpdata from my SQL server to my MySQL . Things work fine except when the tables have text fields(SQL Server) that are being converted to long varchar(MySQL).

The error message is:

...Query based insertion or updating of BLOB values is not supported

Is this a limitation of SQL server or MySQL.

Is there anyway to make this work as a DTS package.
 
if your inserting the data into mySQL and the error appears to reflect a failed insert I would say it is a mySQL issue.

"Shoot Me! Shoot Me NOW!!!"
- Daffy Duck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top