Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rogevill87
Starting Member
5 Posts |
Posted - 2012-01-18 : 08:00:13
|
anyone can help me where to find server in navicat tnx a lot pls help sorry for asking that kind of question im new to programming i want to learn a lot hope u can help tnx once again.... |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
rogevill87
Starting Member
5 Posts |
Posted - 2012-01-27 : 09:23:39
|
'cmd = New MySqlCommand("Update user_account set (username,pass,sign_as) values('" + txtcreate_username.Text + "', '" + txtcreate_pass.Text + "','" + cmb_reg.Text + "')where username = 'txtupdate.text'", conn) cmd = New MySqlCommand("update user_account set username = 'rogelio' where id = '1'", conn)help me with this instead how to update my db using txtbox my code is at the first using txtbox but do nothing unlike below is the data is in the code...tnx |
|
|
|
|
|