I have the following code:
MySqlConnection mysql = new MySqlConnection(CONEXAO);
mysql.Open();
try
{
MySqlCommand dbcmd = mysql.CreateCommand();
dbcmd.CommandText = "INSERT INTO robos (id,nome,cabelo,olhos,bracos,boca,cabeca,pernas,cor...
asked by
07.11.2016 / 17:36