T
Thorben Jensen
If you use a datatable select on a column that contains a GUID you will have
a major problem if you are not using US language.
We are using Danish language and when selecting like this:
ds.Tables(0).Select(GuidColumn = 'SomeGUID')
It will not always return the row as expected, I suspect the problem is that
in Denmark the character "å" is the same as "aa" and one side of the
equation returns "å" while the other returns "aa".
This is a serious bug and should be fixed ASAP - I have reported this to MS
6 months ago, but to no avail.
For anyone interested I can send a project that demonstrates this behaviour.
Regards
Thorben Jensen
a major problem if you are not using US language.
We are using Danish language and when selecting like this:
ds.Tables(0).Select(GuidColumn = 'SomeGUID')
It will not always return the row as expected, I suspect the problem is that
in Denmark the character "å" is the same as "aa" and one side of the
equation returns "å" while the other returns "aa".
This is a serious bug and should be fixed ASAP - I have reported this to MS
6 months ago, but to no avail.
For anyone interested I can send a project that demonstrates this behaviour.
Regards
Thorben Jensen