Microsoft Drivers for PHP 5.6+ for SQL Server
Hi there! I'm trying to migrate all of the sites running on Joomla 3, PHP 5.6, from mySQL to MSSQL server 2014. I can only find Microsoft SQL driver 3 which supports until PHP 5.4 but I'm currently...
View ArticleColumns with numeric names are not retrieved using sqlsrv_fetch_object
I pivot some data into tables with the year as the column name. When I use sqlsrv_fetch_object, the columns with numeric names don't return.Example:SELECT [someText], [someMoreText],...
View ArticleW2k12 + IIS + PHP 5.6 + SQL Express 2012 >>> error to connect PHP to DB
Hi, this is a fresh install of Windows Server 2012 where I used 'MS Web Plataform Installer' to install PHP (after I installed mannualy the 'Visual C++ Redistributable for Visual Studio 2012 Update...
View Articlephp5.4 + php_pdo_sqlsrv_54 +sqlserver 2012+apche2.2 memory problem
php5.4 + php_pdo_sqlsrv_54 +sqlserver 2012+apche2.2 problem: 1. Why some call the function php5.4 sqlserver 2012 in the CLR, the memory has been rising, but not release. For example, the ToUpper ()。...
View Articlefieldmetadata of greek database not showing right
I have a greek database in sql server 2008 with the character columns set to nvarchar.When i connect to the database from php i have set Characterset to UTF-8 and in the header of the html files...
View ArticleIs PHP capable of handling all SQL Server syntax and commands?
I'm running into database errors when running a query via php and pdo. It runs fine on SQL Server, but not through my php application. You can see the query that is failing here...
View ArticleCan't find compatible drivers for PHP
I’m running Windows 7 Pro, SQL Server 2012, and installed xampp for PHP version 5.6.3. Thread safety is enabled. I cannot find Microsoft SQL Server drivers that are compatible with this version. I’m...
View Articlesqlsrv very slow over network
I'm using sqlsrv (php_pdo_sqlsrv_55_ts.dll and php_sqlsrv_55_ts.dll) in PHP (5.5.12, CLI version on Windows 8.1) to connect to a SQL Server 2012 over a VPN tunnel. But the transfer rate for large...
View ArticleAny news about SQLSRV Driver for PHP x64?
I have tried several times to compile this for x64 with no luck, all I keep getting are errors like these:ext\sqlsrv\core_stmt.cpp(1994) : error C2664: 'convert_string_from_utf16' : cannot convert...
View ArticleSqlServer driver for php
hi this is arshad from saudi arabia,Actually i m facing the problem regarding the sql drivers compatibilities for php. I want to know that sqldriver 3.0 is compatible in Xp service pack 2 or not?
View ArticleDrivers are installed and configured correctly but PHP can still not find them
Hi,I am trying to test my application on and IIS/MSSQL setup before trying to deploy it to a customer's site. I have a clean install of IIS, SQL Server and PHP. The Servers appear to be configured...
View ArticleSystem DSN Not Resolving SQL Server Name
I have a client computer connected to a domain and I'm trying to attach to a GreatPlains database on our SQL server. All the other clients are fine, but this one wont resolve the servername/instance...
View ArticleProblems connecting php5.5 to sql server with php_pdo_sqlsrv_55_ts.dll
I am trying to retrieve code I last touched a couple of years ago to connect to a sql server database. I have a little test utility to do that<?php $serverName = 'ROO\SQLEXPRESS'; $database =...
View ArticleSQL Server 2008 R2 backup problem with Sector Size.
I have restored a SQL Server 2008 R2 to my local development system with SQL Server 2008 R2 SP1. After restoring the database, I tried to do a backup and received the message:How can I solve this...
View ArticleDifference between 3.1 and 3.0.1 version
Wich are the differences between both version? Regards
View ArticleHow to catch multi language's data in MSSQL and data isn't garbled
Hi everyone, I'm Taiwanese PHP developer, sorry for my poor English.I have 3 language's data:Simplified Chinese,Traditional Chinese, and English in our mssql2012 database.If I want to use ADODB to...
View ArticleStored procedure timing out - was working fine.
I have a stored procedure which all of a sudden started to time out when called from the data access method for no apparent reason. Here's the situation:Its been running fine since its creation about...
View ArticleOfficial PHP 5.6 Driver
Official PHP 5.6 Driverhttps://github.com/Azure/msphpsqlhttp://www.microsoft.com/en-us/download/confirmation.aspx?id=20098
View ArticleVery disappointed with PHP SQL Driver support
Hello,I don't know what's happening at Microsoft but it appears that you guys have abandon the development and support for the SQL Server PHP driver.Users have been asking for an update to use PHP 5.5...
View ArticleKNOWN ISSUES 3513544: Performance degradation...
I see that version 3.1 of the Microsoft Drivers for PHP for SQL Server was published on 12/12/2014 and is available onhttp://www.microsoft.com/en-us/download/details.aspx?id=20098. Thank you...
View Article