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
Sybase Count Number by Group
Login script won't kick off after connecting via VPN with Windows 7
Ajax Image Upload Delete Image function not Working
How do you change the tab stops for a text box in VB.NET 2010?
Win 7 and XP dual boot
Link building after 301 redirect for subfolder
MS Office 2010 licensing question
Closing Quickbooks 2007 results in a .NET Broadbast Event Window Error
SQL performance RAID
if exists query update a table