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.
Random Solutions  
  •  is there a procedure view button in vs 2008 like there is in vb6
  •  the vfp odbc ole db provider give me an error when i run in windows seven
  •  Getting error message "The server tag is not well formed" on the line where I have a hyperlink control in my datagrid
  •  Trying to understand Excel formula for sample size, sat confidence level and probability
  •  How to restrict the user to access only one Document Library other than accessing complete site?
  •  Need batch to move files older than 8 days
  •  Intel Pro/1000 MT (Single Port) - Teaming Options Not Shown In Device Manager on Windows 2003 32-bit
  •  What table contains company/database name - MS Dynamics GP
  •  How to write an Excel if statement that would accomplish figuring the percentage of a dollar amount based on the scale below:
  •  Compiled code in md*B* vs md*E* ?
  •  
    programming4us programming4us