Snippets tagged “sql-server”
3 snippets use this tag.
- Connect to SQL Server through PDO using SQL Server DriverPHP
Here is an example of how to connect to a SQL Server database using PDO and the SQL Server driver:
- How do I connect to a SQL Server 2008 database using JDBC?Java
To connect to a SQL Server database using JDBC, you will need to use the JDBC driver for SQL Server.
- How to escape strings in SQL Server using PHP?PHP
In PHP, you can use the sqlsrv_real_escape_string() function to escape strings in SQL Server.