PDA

View Full Version : Usernames starting with a capital


12forums
09-03-2008, 07:19 PM
Hi,

I would like to know how I can let all usernames start with a capital.

so rabbit will be Rabbit

Please let me know in detail please since I have no knowledge of programming?

Thanks a lot

Eikinskjaldi
09-03-2008, 11:01 PM
Probably easiest to run a script over the database which capitalises the first name. The default collation that vb uses is not case sensitive, so it wont affect the code. You (or someone you convince to do the work) could do this easily enough in any programming language that can connect to the database and has an uppercase function.