string ltlimit = LTP.Common.function.ltlimit("ccv", retype1);                                object maxlimit = Maticsoft.DBUtility.DbHelperSQL.GetSingle("select sum(convert(int,beishu)) from buy_fs where expect='" + buyIssue + "' and protype='" + check + "' and username='" + username + "'");这段代码转换成ASP应该怎么写呢
我写成
ltlimit=ltlimit("ccv",retype1)
object maxlimit=sql("select sum(convert(int,beishu)) from buy_fs where expect='"&buyissue&"' and protype='"&check&"' and username='"&username&"'")
却没有效果