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
MS Office 07 (Student) installations
vb.net 2.0 winforms - how to detect unsaved data in databound fields?
Error 405 method not allowed when using WebClient()
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Sorting Column names while viewing data in TOAD
Word/Excel Mail Merge with variable worksheet name
How to run DBCC CHECKDB
Excel VBA Array Based on Cell Value
Moving a selected item from listbox1 to listbox2
creating an install routine for custom printers and SQL Database