首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

求高手解决,SQL不显示逗号有关问题

2012-05-20 
求高手解决,SQL不显示逗号问题!语句dim new_strpagetitle1if classid and classid 0 and isNumeric

求高手解决,SQL不显示逗号问题!
语句
dim new_strpagetitle1
if classid <> "" and classid >0 and isNumeric(classid) then

set titrs = conn.execute("select readme1 from softclass where classid = "&classId)
if not titrs.eof and not titrs.eof then
new_strpagetitle1 = RemoveHTML(titrs(0))
end if
set titrs = nothing
end if

调用出来不显示逗号,

请高手看看代码该怎么改

[解决办法]
是不是你 RemoveHTML 这个函数里面把逗号做了处理?
不使用 RemoveHTML 试试。

热点排行