Click here to Skip to main content
16,016,425 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

When I am doing migration one database table value to another database table there is Image fields which contain image datatype.

When I migrate it to another datatype it's image datatype value is changed so I'm unable to see the image.

Please anybody give me any suggestion.

Thanks,
Chinnn
Posted
Updated 11-Jan-11 22:18pm
v2
Comments
Sandeep Mewara 12-Jan-11 3:41am    
Why changing the datatype at all? It's obvious that it might give issues if you do.

1 solution

This is difficult to work out without any code: however, the best guess is that you are accessing the data from one DB, and converting it to store it in another. In doing this, you are probably converting the data badly. Check if you are converting bytes to strings, or vice versa: unicode data in strings is not the same as byte data at all!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900