Answer the question
In order to leave comments, you need to log in
Insert fails?
Does not write data to the local database, it also does not display any errors
string insert = String.Format("INSERT INTO `users` (`desktop`) VALUES ('{0}')", new Program().selectId());
MySqlCommand com_insert = new MySqlCommand(insert, bd_connect);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question