like语句执行SQL查询内存溢出的解决办法if conn.execute("Select count(id)from [forum] where content like '%"&content_check&"%'")(0)>0 then message=message&"<li>对不起,已经有人发过同样的贴子了,不允许重复发贴!"换成:if conn.execute("Select count(id)from [forum] where InStr(1,LCase Read More
posted @ 2012-01-17 15:17
少年包青娃
Views(321)
Comments(1)
Diggs(0)

浙公网安备 33010602011771号