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
Difference between Session Expiry and Timeout?
Connecting to a Window Server 4.0 domain with a Windows 7 workstation
Pentium D 820/840 compatibility
IE 7/8 CSS selector bug?
Report Requesting Parameter Value
Where is the Object Browser in VB 2010 Express Edition?
does php.ini need modification to allow <form> POST method to work?
How to print a new page on vb.net
ASP.NET: I am having a problem with inserting a value into an mssql select statement
IPconfig/All using perl script