T
Thomas Kehl
Hello.
I have a DataTable which contains two columns (BEZEICH and PERSON_L).
BEZEICH is of the type string and PERSON_L of the type byte[] (Property
DataType of the columns). Now, I have to do a select on this Table. I try it
on the fallowing way:
oTable:Select("BEZEICH='test' and PERSON_L='1'")
When I do this, there will be a
System.Data.EvaluateException - The operation "=" cannot at system.byte[]
and system.string to be accomplished.
Can anybody help me, I does I have to write the select-Condition?
Thanks
Thomas
I have a DataTable which contains two columns (BEZEICH and PERSON_L).
BEZEICH is of the type string and PERSON_L of the type byte[] (Property
DataType of the columns). Now, I have to do a select on this Table. I try it
on the fallowing way:
oTable:Select("BEZEICH='test' and PERSON_L='1'")
When I do this, there will be a
System.Data.EvaluateException - The operation "=" cannot at system.byte[]
and system.string to be accomplished.
Can anybody help me, I does I have to write the select-Condition?
Thanks
Thomas