I searched the forum and could not find anyone posting about this so i hope this is not redundant.
When you register for a new account and place HTML tags such as
<b>username</b> you get this error with an access database:
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
forum/register.asp, line 744
The line 744 is:
If strMode = "new" Then .Fields("Username") = strUsername
There is a problem with writing strUsername to the Username field.
I don't have the forum installed on the machine which has MSSQL so I can't test v7 beta 3 with MSSQL. I tried creating a username with HTML tags on this forum and it allowed me to do so. I have a username
<b>Trevni</b> now and will try to post a reply tothis post with that username to test if there are any negative effects.
Edited by Trevni