Please help me how to ignore case sensitivity in VB. My program is to store data in the database, though I use small letters or big letters, the database store the data starting with a capital letter followed by small letters. Ex.
Input: Neil, neil, NEIL
In the database: Neil
So if I input Neil, the program response is ok but if I input neil or NEIL, the program results an error in the database and the program exits.
Please I need your kind help. Thank you so much.
Regards,
Neil