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
Your offline folder file cannot be configured
Disable Ctrl-A or Ctrl key
Is there a way to include a template with a Word document?
Canoscan D646u ex on Windows Vista or Seven
Only select results with multiple columns that are > 0
query to show anything due in the current week
How to change open directory in msoFileDialogOpen (Excel Vba)
Restrict Formatting & Editing, Start Enforcement Option not Available
Update Code through VBA
Want to update a field with values from another field within the same table if it meets a condition