G
Guest
I have a binary data to write to sql database by using a stored procedure.
What is the syntax for data type passed to the following call for adding the
parameter? What if the data is longer than 8000 bytes?
cmd.Parameters.Add("Data", "data type");
What is the syntax for data type passed to the following call for adding the
parameter? What if the data is longer than 8000 bytes?
cmd.Parameters.Add("Data", "data type");