|
mssql_query(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_query — Send MS SQL query Описаниеmssql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. Список параметров
Возвращаемые значенияReturns a MS SQL result resource on success, TRUE if no rows were returned, or FALSE on error. Примеры
Пример #1 mssql_query() example
<?php Примечания
Смотрите также
|
|