在asp中,一个函数定义中 有两个con.execute“”“”,是执行两边的意思吗?比如 Public Function concon.execute "sql1"con.execute "sql2"End Function这个函数是执行sql1一遍,再执行sql2一遍吗?
是的,自己找本asp的教程来看就知道了,adodb.conneciton对象
http://www.w3school.com.cn/ado/ado_ref_connection.asp