ok on my site already the users are givin a random unique "userid" and its put in a cookie as userid. So when i installed snitz i realized that it will not work cause its "userid" is numeric. I need to find out how i can change it to a alpha txt field in the code. i keep geting lost in the code so i dont know where to change it. can someone help? john
hmmmm, you can't just change it to a text field in the db? offhand, I don't recall anywhere in the code that requires the MemberId be just numeric. I could very easily be wrong, though.
All the ID fields in the database should remain numeric. Each table's primary ID is based on an autonumber or identity, which requires a numeric datatype.