| 
 | mssql_querySend MS SQL query Description
   mixed mssql_query
    ( string  $query[, resource$link_identifier[, int$batch_size= 0
  ]] )mssql_query sends a query to the currently active database on the server that's associated with the specified link identifier. Parameters
 
 Return Values
   Returns a MS SQL result resource on success,  Examples
 Example #1 mssql_query example 
<?phpNotes
 See Also
 
 |