Microsoft
Software
Hardware
Network
Question : DT_WSTR vs DT_STR.
I have two data columns which I am trying to join in a ssis lookup. The data type of the first column is DT_WSTR and the second column is DT_STR.
What is the difference between the two data types? Is one a char and the other a varchar?
Answer : DT_WSTR vs DT_STR.
DT_WSTR is NVarchar, try casting your DT_STR as DT_WSTR to do the compare.
Posted via EE Mobile
Random Solutions
Citrix SSL certificate import
Dead Motherboard, anyway to migrate printers from one XP machine to another
How do I create a relationship in access and specify that referential integrity should NOT be enforced?
VB.net WebBrowser read from Stream
Client side javascript enabling fields in a listview
McDonalds WiFi HotSpot - problem connecting
user level security on access 2003 database
Event viewer not recording events anymore
XL97 HowTo use xlMarkerStylePicture?
Call main form event from my subform