Has anyone attempted, or a group of us like to attempt to alter the snitz forum to use stored procedures? Even if not all the code uses stored procedures I bet it could help out. There could be another option in the config.asp file link this...
'#################################################################################
'## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql)
'#################################################################################
strDBType = "sqlserver_sp" ' USE STORED PROCEDURES
'strDBType = "sqlserver" ' STANDARD SQL DATABASE
'strDBType = "access"
'strDBType = "mysql"