php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MsSql"

What is the potential issue with the PHP code "Call to undefined function mssql_connect()"?

The potential issue with the PHP code "Call to undefined function mssql_connect()" is that the mssql extension is not enabled or installed on the serv...

How can the mssql_connect() function error be resolved in PHP when using Plesk?

The mssql_connect() function error in PHP when using Plesk can be resolved by enabling the MSSQL extension in the PHP configuration. This can be done...

Wie kann die Fehlerbehebung bei Verbindungsproblemen mit mssql_connect in PHP effektiv durchgeführt werden?

Um Verbindungsprobleme mit mssql_connect in PHP effektiv zu beheben, sollte zunächst überprüft werden, ob die richtigen Verbindungsinformationen (wie...

What is the common error message when trying to connect PHP to MS SQL Server?

The common error message when trying to connect PHP to MS SQL Server is "Fatal error: Call to undefined function mssql_connect()". This error occurs b...

What is the purpose of the function int mssql_num_rows (string Ergebnis) in PHP and how is it typically used?

The purpose of the function int mssql_num_rows (string Ergebnis) in PHP is to return the number of rows in a result set from a MSSQL query. This funct...

Showing 161 to 165 of 167 results

‹ 1 2 ... 25 26 27 28 29 30 31 32 33 34 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.