hello i need help with this, how to edit in the database information with vb

I have MSSQL 2000, my database name is: MuOnline, table name MEMB_INFO , column: vip , account: memb___id

I had maked first Form1 like this for connection database:

Server: textbox1
User: textbox2
Password: textbox3
Database: textbox4
Button: Connect
If connection to database is enabled, to show msg and open Form2, where it is:

Account: textbox5
VIP: textbox6 (here displays the result of the database) / textbox7 (here is the text that will make new configs)
Button : save
If its saved succsessufully to display message that is saved.
I want just little program to edit 1 table, help please