Не удается подключиться к базе. Просмотрел все темы по вопросу. Apache работает, PHP работает, extension подключен. Делаю:Имя базы неважно. Там, где $sql = "..."; длинный запрос, суть опять же не в нем. На выходе получаю:Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: BASEHOST in C:\WWW\www1\index.php on line 2Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in C:\WWW\www1\index.php on line 3Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\WWW\www1\index.php on line 6Warning: mssql_query(): A link to the server could not be established in C:\WWW\www1\index.php on line 6Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\WWW\www1\index.php on line 7То есть первопричина в том, что "Unable to connect to server: BASEHOST". Подскажите из-за чего.
|