C
Chukkalove
Can someone explain the following to me please, from the help files. I can't
understand what it means
DbType.Binary
Supported by the .NET Compact Framework.
A variable-length stream of binary data ranging between 1 and 8,000 bytes.
Note ADO.NET cannot correctly infer the type if the byte array is larger
than 8,000 bytes. Explicitly specify the DbType when working with byte
arrays larger than 8,000 bytes.
Its the "Explicitly specify the DbType when working with byte arrays larger
than 8,000 bytes." part that i cant understand.
Where is this specified, if im specifying it already for a byte array?
thanks
understand what it means
DbType.Binary
Supported by the .NET Compact Framework.
A variable-length stream of binary data ranging between 1 and 8,000 bytes.
Note ADO.NET cannot correctly infer the type if the byte array is larger
than 8,000 bytes. Explicitly specify the DbType when working with byte
arrays larger than 8,000 bytes.
Its the "Explicitly specify the DbType when working with byte arrays larger
than 8,000 bytes." part that i cant understand.
Where is this specified, if im specifying it already for a byte array?
thanks