<?php
$server = "10.7.0.202";
$database = "GERENCIA";
$user = "sa";
$password = "";
$conexión = odbc_connect("Driver={SQL Server Native Client 10.0};Server=$server;Database=$database;", $user, $password);
?>
I am looking to connect to a...
asked on
18.01.2018 / 02:46