| Author: Kiran Kumar 28 Aug 2008 | Member Level: Gold | Rating: Points: 3 |
I think you need to send the parameter starting with @
And is this the post that i have read already.. or something i don't know.
I think this is duplicated question.
Kiran Kumar T.
|
| Author: Arthanari 28 Aug 2008 | Member Level: Bronze | Rating: Points: 0 |
Can you tell me..what exception you get..
|
| Author: Vivek Sharma 12 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
Hi,
cmd.Parameters.Add("EMPID", SqlDbType.VarChar, 10);
Use it in this way
cmd.parameters.add("@EMPID",SqlDbType.VarChar,10) = txtEmpid.text;
I hope it will work .
Regards Vivek Sharma
|