Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/08/2011, 19:10
jjbreaker
 
Fecha de Ingreso: agosto-2010
Mensajes: 17
Antigüedad: 13 años, 8 meses
Puntos: 0
Respuesta: Como utilizar sql server 2000 y wamp 2.1

A mi me pasa algo parecido... inicia todo correctamente pero no se agregan las funciones :S

En un php tengo

Cita:
if(!function_exists('mssql_connect')){
echo 'You must have the php_mssql library for Apache installed and enabled to connect to an MSSQL database. Uncomment the line that says extension=php_mssql.dll in your php.ini (XAMPP/WAMP only). This requires a restart of the Apache service to take effect.'; die();
}
Y al cargarlo en el explorador aparece ese mensaje como que no encuentra la funcione de conectar a la db y esta toda la configuración correcta...