Private Sub ConnectToSQL() Dim con As New SqlConnection Dim cmd As New SqlCommand con.ConnectionString = "Data Source=(local);Initial Catalog=AACA_Library_db;Persist Security Info=True;User ID=lib;Password=lib" con.Open() End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)