|
sqlsrv_query(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_query — Prepares and executes a query. ОписаниеPrepares and executes a query. Список параметров
Возвращаемые значенияReturns a statement resource on success and FALSE if an error occurred. Примеры
Пример #1 sqlsrv_query() example
<?php ПримечанияFor statements that you plan to execute only once, use sqlsrv_query(). If you intend to re-execute a statement with different parameter values, use the combination of sqlsrv_prepare() and sqlsrv_execute(). Смотрите также
|
|||||||||||||||||||||||