well the issue wasn't the @symbol at the parameter, here is the correct code, now it's allright and runig! thanks
FileInfo fi = new FileInfo(tbFile.Text);
StreamReader sr = fi.OpenText();
string str = (string)sr.ReadToEnd(); // File Content, this...
Hi all,
I'm having a litle issue, I've already looked at some examples, but my problem persits. I'm trying to call a insert stored procedure in my C# windows application. but i receive an error message telling me that i'm not passing the parameter.
try
{
using (SqlConnection cnn = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.