搜索列表
-
把字符串转换成数据库SQL语句格式
【ASP编程】复制代码 代码如下:'把字符串转换成数据库SQL语句格式 '------------------------------------------------- Function AllStr2Database(str,strType) Dim strTemp:strTemp=str Select Case strType &...
把字符串转换成数据库SQL语句格式
【ASP编程】复制代码 代码如下:'把字符串转换成数据库SQL语句格式 '------------------------------------------------- Function AllStr2Database(str,strType) Dim strTemp:strTemp=str Select Case strType &...
把字符串转换成数据库SQL语句格式