In the database, use one of: binary, varbinary, or image.
In your C# code, use an array of byte.
When using SqlParameter objects, be sure to set the size of your data (one of the properties) before trying to send it to the database.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first