Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SqlConnection sqlConnection;
  2.  
  3. /// <summary>
  4. /// laczenie sie z baza
  5. /// </summary>
  6. public FormCinemas()
  7. {
  8. InitializeComponent();
  9. sqlConnection = new SqlConnection("Data Source=MICHAŁ-KOMPUTER\\SQLEXPRESS; database=Cinemas;Trusted_Connection=yes");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement