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
html code inside jlabel prevents display of text
whats wrong her- java program for circuit calculation
How to add a loading bar
Window XP Backup Utility
How do I get the next and previous record of one target record in a set of records?
How do I enable the Create Email button in Access 2007 forms?
How do I allow data entry under certain conditions in an access form
Get rid of tab color on all tabs between 2 tabs
asp.net - Is there anyway that you can detect that a label evals to nothing and trigger an event to alert the user that they need do something.
Return message from class