|
楼主 |
发表于 2012-8-4 19:37:39
|
显示全部楼层
江苏省徐州市
- .版本 2
- .支持库 mysql
- .支持库 spec
- .程序集 窗口程序集1
- .子程序 _按钮1_被单击
- .局部变量 A, 字节集
- .局部变量 语句, 文本型
- .局部变量 mysql句柄, 整数型
- mysql句柄 = 连接MySql (“192.168.0.33”, “root”, “root”, “aaa”, 3306)
- A = { 30, 0, 100, 0, 0, 0, 28, 58, 245, 203, 26, 152, 2, 0, 0, 0, 0, 0, 112, 254, 255, 255, 0, 0, 0, 0, 248, 67, 0, 0 }
- 语句 = “update table_1 set Gold = Gold + 170010, TotalBuy = TotalBuy + 170010, GoldInfo = encode('” + A + “', 'ffdd') where AccountID = 3421846044”
- 调试输出 (执行SQL语句 (mysql句柄, 语句)) ' 用这个呢 我没有办法转换字节集
- ' a 是字节集格式
- ' 调试输出 (写字节集字段 (mysql句柄, “table_1”, “GoldInfo=ncode(”, “', 'ffdd')” + “ AccountID = 3421846044”, A)) '用这个命令不行!构造不出我的语句
复制代码 |
|