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
Having trouble working with pointers in C program
What is the difference between "mydomain" and "mydomain.local"
SQL Dates
vbscript
I8 fine - Layout issue win IE7 & 6
When trying to install Windows XP SP3, I get access denied error.
certificatge errors in windows 7 ie8
vbscript problem, copying normal.dotm is overwritten by the outlook initial config wizard
XSL - How to select distinct records
What would cause jQuery .load to work only if you print all errors?