G
Guest
Please disregard my previous post for the same problem.
the posting was incomplete.
I'm trying to update the data in a DataGridView control.
The underlying data are from SQL Server CE database.
There is an image field in the DataGridView control
when U give the save command, I get the following message.
"@p5 : Byte array truncation to a length of 8000."
Parameter corresponds to the image field. In the parameter, it is displayed
as a Binary. However, I cannot see the type 'Image' in the list of data types.
the posting was incomplete.
I'm trying to update the data in a DataGridView control.
The underlying data are from SQL Server CE database.
There is an image field in the DataGridView control
when U give the save command, I get the following message.
"@p5 : Byte array truncation to a length of 8000."
Parameter corresponds to the image field. In the parameter, it is displayed
as a Binary. However, I cannot see the type 'Image' in the list of data types.