I have sql data type image to store the state of the webparts but in .Net it is Byte[]. How do I convert Byte[] to sql image for insert and other operations.
|
|
|
|
|
|
|
Just specify Binary as the parameter type, it's value can be a
Edit: Also worth noting is that if you are using SQL Server 2005/2008, then you should use |
|||
|
|
|
|
Here is a sample function
Below is
Hope this will help... |
|||
|
|
