Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var config = {
  2.     connectionString: "Data Source=tits; Initial Catalog=ass; Trusted_Connection=ofc",
  3.     source: "select * from surLaTable"
  4. };
  5.  
  6. var getData = edge.func('sql', config);
  7. getData(null, function(error, result){
  8.     if (error) throw error;
  9.     console.log(result);
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement