You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange behavior when reading an image field from DB with your client.
What I have found out:
AseDataReader.GetValue delivers a byte array with a lenght of max 32768 bytes.
AseDataReader.GetBytes call internaly GetValue and deliver the same 32768 bytes.
But the size of the image in the database is 148655 bytes.
I think that the underlying RowResult object holds the wrong amount of bytes in the CurrentRow instance.