求高手解决,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 试试。