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.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 connecting sql

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

Posted - 2012-01-18 : 12:58:32
What is "navicat"?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

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
Go to Top of Page
   

- Advertisement -