Chapter 8 Problems This Time
Initially I was getting a message that my UserName was too long to be stored in the database. I tried increasing the size of the column in the database but this did not help. I found out, by trial and error that by using the .Substring() function on My.User.Name I could remove the computer name from the authenticated name and the program would accept this.
However when I click OK to have the new user added to the database it is not added?????
I manually added the username to the database and assigned a password and now I do not get the new user message but the password is not recognised??????
Any suggestions before I tear out what is left of my hair?
|