Does anyone know whether if its possible to insert binary data into an SQL field from c# without using a stored procedure?
For example - convert a byte array into ba
Yes, I think you can do it with parameterised queries.
Example found here: http://www.akadia.com/services/dotnet_read_write_blob.html