guys can you please help me to create a project using vb.net connecting to mysql database.. how can i add or insert to my table and how to manipulate string.. for example is, i want to have an automatically generate transaction code, i want AAA001 to generate up to ZZZ999. i have a button called save and two textboxes(eneble and disabled), one for productname and one for productcode the disabled one for it.. all i want is when i load up the the form the disabled texbox text is = to AAA001 and when i type something in my textbox for productname and press save button the next text to my disable textbox appear AAA002 and so on... help me please!!
↧