Posted by: Vladimir Gloushenkov
Log-A-Bug has reviewed the issue listed below and determined that the
behavior is as designed. No fix is forthcoming.
SalListPopulate does not support long/unicode column types.
SalListPopulate with OLE DB does not support nvarchar(5)
Thank you,
Log-A-Bug
Person=Vladimir Gloushenkov
Product=Team Developer
Version=2005
PTF=none
O/S=Windows XP
Details=SalListPopulate does not work with MS OLE DB provider against MS SQL
Server 2000. MS SQL column type is nvarchar(5).
Although you claim to have it fixed in 3.0 (I never tried that) it does not
work (no error, the combo box just stays empty) on my TD 2005 (build 13721),
app running under IDE. I had to write my own function which does the job
through SalListClear/SqlPrepareAndExecute/SqlFetchNext/SalListAdd .