回 帖 发 新 帖 刷新版面

主题:数值转换问题!不明白!求教版主高手!!!

我在数据库中查询到记录。
在记录中有两个字段"价格"和单位"两个字段的值
比如:价格=100  单位=/月
那么查询数据库后会返回两个值
rs.Fields("价格")这里的价格是数字类型
rs.Fields("单位")这里的单位是文字类型
rs.Fields("价格")这里的价格是“100”
rs.Fields("单位")这里的单位是“/月”
那么在表格里会分两列显示“价格”和“单位”
Set MSHFlexGrid1.DataSource = rs 
我现在是想将价格和单位合并在一个单元格里显示
在还有两个单元格的合并里没有出现问题,代码如下
rs.Fields("楼号") = rs.Fields("楼号") & "号-" & rs.Fields("房号")
因为都是字符串型所以没有出错
但是在下面这里就出错了
rs.Fields("价格") = rs.Fields("价格") & rs.Fields("单位")
因为价格和单位不是同一个类型,转换的时候还是出错了,不管将价格转换为字符串还是单位转换成数据型都出错,
可能和=号前面的rs.Fields("价格") 类型有关,不知道怎么弄的!

回复列表 (共6个回复)

沙发

你是不是想将:
100/月
写进
rs.Fields("价格")

这样一想,你的问题就明白了。

板凳

是啊!怎么弄的?我在学习中,只会简单的几个东西,能说说嘛?
写进去看着简单,但是我做下来试了几种转换方法就是不行,如果把rs.Fields("单位") 转换为数值型他的结果是0,如果把= rs.Fields("价格") 转换为字符型也出错!类型不匹配··

3 楼

100/月
如果只是在程序运行中使用,就不要赋值给
 rs.Fields("价格") 
反之,就要修改数据库的
价格
字段的数据类型为
字符串

4 楼

Major League Baseball "45" number. So then [url=http://www.cheapjordanforsale.us/air-jordan-4-retro-c-4.html]retro jordan 4[/url] shoes followed by No. 45 embroidered white line no.3, 5000 dollar fines dispute In the second game of the Eastern Conference [url=http://www.cheapjordanforsale.us/air-jordan-6-retro-c-6.html]retro jordan 6[/url] semifinals, the Father re-donned the jersey number "23", scored 38 points, but the foot wear or [url=http://www.cheapjordanforsale.us/air-jordan-7-retro-c-8.html]retro jordan 7[/url] embroidered with "45" was too black and white [url=http://www.cheapjordanforsale.us/air-jordan-9-retro-c-9.html]retro jordan 9[/url], then the Bulls away combat, black and white home color [url=http://www.cheapjordanforsale.us/air-jordan-10-retro-c-10.html]retro jordan 10[/url] and away the color does not match, so the Father was also fined $ 5,000 per game, the Father suddenly re-wear jersey No. 23, again by a [url=http://www.cheapjordanforsale.us/air-jordan-11-retro-c-11.html]retro jordan 11[/url] fine of $ 25,000 per game. concord directly translated into "Concord grapes", varieties of Americas grapes, [url=http://www.cheapjordanforsale.us/air-jordan-11-retro-c-11.html]jordan 11 Concord[/url] crystal outsole echoes the color with purple soles, while the color name from the soles of purple the no.5, hot on sale very terrible [url=http://www.cheapjordanforsale.us/air-jordan-12-retro-c-12.html]retro jordan 12[/url] finally listed, each Offer shops outside there are people waiting in line, some people even crushed glass [url=http://www.cheapjordanforsale.us/air-jordan-13-retro-c-13.html]retro jordan 13[/url] doors across the security downtown into the store to try to steal these shoes, in order to buy it at all costs, its all crazy!

5 楼


想死!!!!!!

6 楼

[quote]Major League Baseball "45" number. So then [url=http://www.cheapjordanforsale.us/air-jordan-4-retro-c-4.html]retro jordan 4[/url] shoes followed by No. 45 embroidered white line no.3, 5000 dollar fines dispute In the second game of the Eastern Conference [url=http://www.cheapjordanforsale.us/air-jordan-6-retro-c-6.html]retro jordan 6[/url] semifinals, the Father re-donned the jersey number "23", scored 38 points, but the foot wear or [url=http://www.cheapjordanforsale.us/air-jordan-7-retro-c-8.html]retro jordan 7[/url] embroidered with "45" was too black and white [url=http://www.cheapjordanforsale.us/air-jordan-9-retro-c-9.html]retro jordan 9[/url], then the Bulls away combat, black and white home color [url=http://www.cheapjordanforsale.us/air-jordan-10-retro-c-10.html]retro jordan 10[/url] and away the color does not match, so the Father was also fined $ 5,000 per game, the Father suddenly re-wear jersey No. 23, again by a [url=http://www.cheapjordanforsale.us/air-jordan-11-retro-c-11.html]retro jordan 11[/url] fine of $ 25,000 per game. concord directly translated into "Concord grapes", varieties of Americas grapes, [url=http://www.cheapjordanforsale.us/air-jordan-11-retro-c-11.html]jordan 11 Concord[/url] crystal outsole echoes the color with purple soles, while the color name from the soles of purple the no.5, hot on sale very terrible [url=http://www.cheapjordanforsale.us/air-jordan-12-retro-c-12.html]retro jordan 12[/url] finally listed, each Offer shops outside there are people waiting in line, some people even crushed glass [url=http://www.cheapjordanforsale.us/air-jordan-13-retro-c-13.html]retro jordan 13[/url] doors across the security downtown into the store to try to steal these shoes, in order to buy it at all costs, its all crazy![/quote]

你想死啊!!!

我来回复

您尚未登录,请登录后再回复。点此登录或注册