L
Leon_Amirreza
Suppose there is a field f1 of type byte[] on table1!
How should I write the select expressions! this doesnt work and causes
error:
table1.Select("f1 = 0xefcda9", "")
also this doesnt work too on c#:
table1.Select("f1 = '0xefcda9'", "")
How should I write the select expressions! this doesnt work and causes
error:
table1.Select("f1 = 0xefcda9", "")
also this doesnt work too on c#:
table1.Select("f1 = '0xefcda9'", "")