15 - SqlCommand (Delete) Borrar Registro
15 - SqlCommand (Delete) Borrar Registro
Problema
using System.Data.SqlClient;
namespace PruebaBaseDatos5
{
public partial class Form1 : Form
{
private SqlConnection conexion = new SqlConnection("server=DIEGO-PC ; database=base1 ;
integrated security = true");
public Form1()
{
InitializeComponent();
}