C#数据库读取数据后转换为INT32后计算的小技巧

这有什么难的,不管是什么数据库,

首先分别读出userinfo中usermoney的值 存入s1,card中extramoney的值s2

读出字段数据你应该会吧!

再用userinfo中字段usermoney=Convert.Toint32(s1)+Convert.Toint32(s2);

注:表userinfo字段usermoney应该为int32类型

上一篇:OpenGL的几何变换[转]


下一篇:C#实现从数据库读取数据到Excel