Guest User

Untitled

a guest
Oct 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var connection = new ActiveXObject("ADODB.Connection") ;
  2.  
  3. var connectionstring="Data Source=192.168.121.231,1433;Initial Catalog=testdb;User ID=testid;Password=testpw;Provider=SQLOLEDB";
  4.  
  5. connection.Open(connectionstring);
  6.  
  7. blah blah blah.. for executing query and closing connection.
Add Comment
Please, Sign In to add comment