How do I insert an image from VB.net to Sql?
That's the way I'm using to save the other data
cmd2.CommandText = "insert into trabajadores (sueldo, acceso, login, password,
estado) values ('" + txtsueldo.Text + "','" + cmb...
asked by
19.09.2017 / 17:22