Quantcast
Channel: Microsoft Drivers for PHP for SQL Server forum
Browsing all 163 articles
Browse latest View live

retrievind data from SQl through PHP

Dear, I have a database (SQL) containing data in arabic, and they are readable..but when trying to retrieve this data from tables to be posted on our website which is done in php I receive questions...

View Article


Cannot connect PHP 5.2.9 to SQL Server 2008

Hello, I have a strange problem while connecting to MSSQL 2008 with php. First I wrote the code myself and I got error message:Warning: mssql_connect() [function.mssql-connect]: Unable to connect to...

View Article


SQL server - windows authentication problem

Hey, I have the same problem as this guy here "http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7c30dbd7-8827-4bd4-9ee2-b3c02f18069d/cannot-connect-to-sql-server-using-window-authentication"...

View Article

PHP SQLSRV - ignores scalar variable declaration in multi-line batch

My TSQL string looks like this:INSERT INTO contacts (firstName, lastName) VALUES ('jon', 'snow') DECLARE @IDcontacts VARCHAR(200) SET @IDcontacts = @@IDENTITY; INSERT INTO emailAddresses (ownerId,...

View Article

SQL Server 2008 IIS7 PHP - Unable to connect

I am trying to use PHP to connect to SQL Server 2008. I keep getting the following message.Unable to connect.Array ( [0] => Array ( [0] => 08001 [SQLSTATE] => 08001 [1] => 2 [code] => 2...

View Article


Connecting to SQL Server 2000 with PDO drivers

I read that the PHP PDO drivers use the SQL Server 2012 Native Client ODBC Driver to connect to SQL Server. The SQL Server 2012 Native Client says it supports connecting to SQL Server 2000, but the PHP...

View Article

PHP / SQLSRV with UTF-8 Arabic

Hello everyone, i need your help please !We have a big software we have migrated in from ISO-8859-15 (French language) to UTF8 in order to work with arabic, chinese or other exotic languages.Our...

View Article

Call to undefined function sqlsrv_connect() when connecting with PHP and SQL...

Hi,I have downloaded Microsoft drivers  for PHP(version 5.4.20) for running on IIS , but still it shows error. what can i do ?

View Article


MS SQL connectivity with PHP

Hi dears I hope that you will be fine I want help about MS SQL database connectivity with PHP. I am working on my assignment and I am using neatbeans as PHP editor and XAMM server the probelm is that...

View Article


SQL Driver for PHP 5.5 64bit + Windows Server 2012 IIS8

Hi there,wanted to ask how the chances are for a sqlsrv driver for the new php 5.5 x64? I ask, because developmenton the driver seems to be completely stopped, or am I wrong?Thanks

View Article

Order By is not working with the character 'Aa'

Hi,When I am using the Order By in the sql query with character 'Aa', then its not showing in the sorting order place.Its coming under the all the rows. Let me know the issue and what is the...

View Article

Como ejecutar un job desde PHP

Buenos días, en esta ocasión quisiera sabe de que manera puedo ejecutar un job de sql server mediante php 5.3.agradezco un apronta respuesta.

View Article

Odbc Driver for linux - bindparam problem

Hi, We have 2 servers, one with sql server 2008 r2 and the other with rhel 6.4 ODBC Driver 11 for SQL Server has been installed on lnux server, Unixodbc 2.3.0 also We are using PDO for access data...

View Article


PHP connection Compact ?

Hellois it possible to connect with PHP to a MS SQL Server compact edition?regards

View Article

About Microsoft Drivers 3.0 for PHP for SQL Server redistribution

We have bought SQL Server 2008 R2 Enterprise. And we want to use Microsoft Drivers 3.0 for PHP for SQL Server.How can we distribution Microsoft Drivers 3.0 for PHP for SQL Server for commercial...

View Article


in the download for PHP 5.3, there is no php5ts.dll

found php5ts.dllPHP 5.3 not working aft er the following changes were made:IIS: properties->home directory->configuration   C:\PHP\php5.dllwith GET,HOST,POST,DEBUGdoc_root =...

View Article

Having issue with PHP driver and Windows Authentication

Hello, new to the Wordpress and PHP world.  I have the drivers loaded and have created a PHP page that tries to connect but I get the following error. My production SQL box is on a separate server on...

View Article


Missing php5ts.dll when I start php

Hi all,1) I reinstalled PHP version 5.28 thread safe on Windows 7 SP1I selected IIS/FastCGIthen using the IISManager I estalished a mapping between IIS and php-cgi.exe.I still get php5ts.dll missing....

View Article

This extension requires the Microsoft SQL Server 2012 Native Client. Access...

I tried to connect from php to SQLSERVER2012 on my ISP's server:Any Ideas?Thanks,Milt<?PHP   dl('c:\ppht\php_sqlsrv_53_ts.dll');    $hostname = "dba2012.db.2818339.hostedresource.com";...

View Article

PHP - Error retrieving data

Hi,I am trying to setup my sql express 2008 R2 setup to allow php access.  The following code seems to work:-----------------------------------------------$serverName = "myserver";$connectionOptions =...

View Article
Browsing all 163 articles
Browse latest View live