I couldn't figgure out why people couldn't install Active Users vs 4.0 on MySQL.
Upon investiating I found this code in red missing, line 298
if strDBType = "mysql" AND idFieldName <> "" then
strSql = strSql & ",KEY " & TablePrefix & strTableName & "_" & idFieldName & "(" & idFieldName & "))"
else
strSql = strSql & ")"
end if
Works like a charm now.
Nathan Bales
Snitz Exchange | Do's and Dont's