Text
Text
Text
using System.Collections.Generic;
using System.ComponentModel;
using System.Data.SqlClient;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace PROYECTO
{
public partial class Form1 : Form
{
SqlConnection cn = new SqlConnection("data source=DESKTOP-0C9G0LI\\
SQLEXPRESS; initial catalog=biblioteca; integrated security=true");
}
else { MessageBox.Show("El codigo del autor no existe", "aviso"); }
}
}
}
}