这有什么难的,不管是什么数据库,
首先分别读出userinfo中usermoney的值 存入s1,card中extramoney的值s2
读出字段数据你应该会吧!
再用userinfo中字段usermoney=Convert.Toint32(s1)+Convert.Toint32(s2);
注:表userinfo字段usermoney应该为int32类型
本文共 230 字,大约阅读时间需要 1 分钟。
这有什么难的,不管是什么数据库,
首先分别读出userinfo中usermoney的值 存入s1,card中extramoney的值s2
读出字段数据你应该会吧!
再用userinfo中字段usermoney=Convert.Toint32(s1)+Convert.Toint32(s2);
注:表userinfo字段usermoney应该为int32类型
转载于:https://www.cnblogs.com/lzhitian/p/3162695.html