ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:microsoft_sql_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:database:microsoft_sql_server [2022/11/15 02:12] – Added connection fix example mnewnhamv5:database:microsoft_sql_server [2025/06/01 13:21] (current) – Remove square brackets in tags dregad
Line 81: Line 81:
  
 <code php> <code php>
-$db->setConnectionParameter('TrustedCertificate',1);+$db->setConnectionParameter('TrustServerCertificate',1);
 </code> </code>
  
Line 129: Line 129:
 This driver provides access to Microsoft SQL Server databases from unix systems via Freetds This driver provides access to Microsoft SQL Server databases from unix systems via Freetds
  
-{{tag>[SQL_Server unix active freetds tier1]}}+{{tag>SQL_Server unix active freetds tier1}}
 -------------------------------------- --------------------------------------
 ===== mssql (Windows) ===== ===== mssql (Windows) =====
Line 160: Line 160:
 This driver provides undocumented portability extensions to the Unix mssql driver This driver provides undocumented portability extensions to the Unix mssql driver
  
-{{tag>[SQL_Server unix windows active portable]}}+{{tag>SQL_Server unix windows active portable}}
  
 ===== mssql_n ===== ===== mssql_n =====
Line 175: Line 175:
 This driver appears to provide Unicode enhancements to the mssql driver. You can set character sets using the [[v5:reference:connection:setconnectionparameter|setConnectionParameter()]] command This driver appears to provide Unicode enhancements to the mssql driver. You can set character sets using the [[v5:reference:connection:setconnectionparameter|setConnectionParameter()]] command
  
-{{tag>["Microsoft SQL Server" unicode freetds windows]}}+{{tag>"Microsoft SQL Server" unicode freetds windows}}
v5/database/microsoft_sql_server.1668474750.txt.gz · Last modified: by mnewnham