php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MSSQL"

Is the sqlsrv extension recommended for PHP 7.XX as an alternative to mssql functions?

The sqlsrv extension is recommended for PHP 7.XX as an alternative to mssql functions because the mssql extension is deprecated and no longer supporte...

What are the differences in syntax between connecting to a MSSQL database in ASP and PHP?

When connecting to a MSSQL database in ASP, the syntax involves using ADO (ActiveX Data Objects) to establish a connection and execute queries. In PHP...

What are the implications of using different fetch methods in PHP when transferring data between MSSQL and MySQL databases?

When transferring data between MSSQL and MySQL databases in PHP, it is important to consider the differences in fetch methods used by the respective d...

Are there specific considerations or differences to be aware of when using PHP with an IIS server and a MSSQL database, as mentioned in the forum thread?

When using PHP with an IIS server and a MSSQL database, one specific consideration is ensuring that the necessary PHP extensions for MSSQL are enabled...

What are the key differences between mssql and mysql in terms of PHP usage, and how should developers adapt their code accordingly?

One key difference between MSSQL and MySQL in terms of PHP usage is the way they handle parameterized queries. MSSQL uses named parameters, while MySQ...

Showing 41 to 45 of 167 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 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.