Guest User

Untitled

a guest
Jan 17th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $server = "10.7.0.202";
  3. $database = "GERENCIA";
  4. $user = "sa";
  5. $password = "";
  6. $conexión = odbc_connect("Driver={SQL Server Native Client 10.0};Server=$server;Database=$database;", $user, $password);
  7. ?>
Add Comment
Please, Sign In to add comment