Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var myConnection = new MySqlConnection("User ID={UserId};" +
  2. "password={Password};Data Source=sql9.freesqldatabase.com;" +
  3. "Initial Catalog={database}; " +
  4. "connection timeout=30");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement