Hi all,
I am reading data from an sql server, but cannot retrieve the column value of the uniqueidentifier - this data type (-11) seems not to be supported by LS:DO …
when i try to read that column with result.getvalue(columnno) I get the error:
621 LS:DO- Cannot convert data from native to expected or requested datatype.
It would be quite hard to ask the sql people to create new views for every data access I need - so I must find a way to get it from the existing ones.
Thanks in advance for any help
Uwe