Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2012, 16:25
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: como hacer un select con sqlsrv

Usa:
Código PHP:
Ver original
  1. $conexion  = sqlsrv_connect($serverName, array("UID"=>$username, "PWD"=>$password, "Database"=>$database, "CharacterSet"=>"UTF-8")) or die( print_r( sqlsrv_errors(), true));