Microsoft
Software
Hardware
Network
Question : Columns cannot convert between unicode and non-unicode string data types.
When I have access db as the source and SQL Server table as destination, I am getting the above error on the columns.
is this an issue with Access or SQL side? how can we make sure this can be made compilable.
thanks
Answer : Columns cannot convert between unicode and non-unicode string data types.
You need to change the datatypes of columns involved from normal string [DT_STR] to Unicode string [DT_WSTR] to get this fixed.
http://www.mssqltips.com/t
ip.asp?tip
=1393
Random Solutions
test login/user
How to hide html elements depending on what title they have with jQuery?
align img to right of td
WPA wireless network automate
FOR XML RAW (String)
Create Temp Table in Microsoft SQL using CSV file
tablespace alert
Steps in placing a logo image of a template module in a Joomla site with FireFox Firebug or Google Chrome
cursor problems
How do I access Autonum Id associated with record added to table?