Guest User

Untitled

a guest
Sep 7th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. options.host = 'host';
  2. options.port = port;
  3. options.database = 'path';
  4. options.user = 'SYSDBA';
  5. options.password = pass;
  6.  
  7. Firebird.attach(options, function (err, db) { .. }
  8.  
  9. GetDinamicPass(число)
Add Comment
Please, Sign In to add comment