getur verid ad thas se “space” i dalkinum?
annars var eg ad gera sidu thar sem ad notandi tharf ad velja username, en username tharf ad vera unique svo ad eg gerdi thetta svona:
Do until(rs.eof)
strDataBaseUserName = rs.fields(“fldUserName”).value
IF strDatabaseUserName = lcase(strUserName) THEN
blnFound = TRUE
ELSE
blnFound = FALSE
END IF
rs.MoveNext
LOOP
IF blnFound = True THEN
strResponse = “<font color='#FF0000'> The username <B> ”& strUserName &“ </B> has already been taken. Click Back button and change your username </FONT>”
ELSE
rs.addnew
blblabla
rs.update
end if