Hello Scotty
Yep, I'm using ver 8.05
I also have access to the DB.
I created new filed named "Gender_Mod" at Author table.
Data Type= INT ; Not Null ; Default= 0
it should work the same as MSSQL however when I try register or update user gender I keep getting an error.
I do not get an error if its in defaults ("private, 0)
Error Message :
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/register.asp, line 856
line 856 : .Fields("Gender_Mod") = intGender
When I open the database and change the value (to 1/2), I can see it on the profile.
however, I can not create or update from the forum itself . I keep getting the error.
If you can come with any idea or with a script for MySQL, you will make someone happy ... :)
Happy Holiday !!