开发者

cmdLog.Paramerters.Add(new SqlParameter("@rr",button2.text); [closed]

开发者 https://www.devze.com 2022-12-11 20:52 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_如何学Python
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_如何学Python

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 8 years ago.

Improve this question

i want to pass the value of button to "@rr" in C# is it correct?


Try this instead:

cmdLog.Parameters.AddWithValue("@rr", button2.text);
0

精彩评论

暂无评论...
验证码 换一张
取 消