Data Type 'Image' is missing from the development environment for

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.
 
C

Cor Ligthert[MVP]

rkbnair,

I thought that I wrote you that an image is a byte() in VB or a byte[] in C#
allready long ago.

Cor
 
G

Guest

I'm writing this again because that is not true. When I choose bytes(), it
says it cannot convert type image to byte.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top