How do I change a Datagridview column type?

G

Guest

I am running an SQL query against a Teradata database that returns a datatype
of system.byte. When I map this to a datagridview using the datasource
property I receive errors as it tries to display the byte column as an image
type column. The message is "invalid parameter".

As the byte data is just a string of numbers, I would like to display it as
string data versus an image. How can I accomplish this?

Thank You.
 

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