windows 10 upgrade
After upgrade of Windows 8.1 to 10 this message appeared: sqlmangr.exe - Ordinal Not FoundThe ordinal 1 could not be located in the dynamic link libraryC:\WINDOWS\SYSTEM32\SQLUNIRL.dll
View ArticleThis 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 ArticlePHP drivers fro SQL Server not working
I've a Windows Small business Server 2011 Box. SQL Server 2012 is installed. I'm able to connect to the SQL Server by Windows Authentication using SQL Management Studio. I'm also able to create a...
View Articlesqlsrv_num_rows expects parameter 1 to be resource, boolean given
Ok, as far as I am aware I have done this IAW the php docs, however no matter what I try I am still returning the same error sqlsrv_num_rows resource/boolean error. After 2 days trying to understand...
View ArticleCompile 64-bit SQL Server Driver for PHP - php_sqlsrv.dll
Follow the instructions from README.TXT of the source code, (http://sqlsrvphp.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31762) I can compile 32-bit php_sqlsrv.dll in Visual Studio 2008...
View ArticleWebmatrix and PHP7
I am using Webmatrix and like it very much, however there are now two problems that I have. I can only select up to php version 5.5, and my web service is now using php 5.6, but to make matters worse,...
View ArticleMSODBCSQL=13 - unixODBC driver on RHEL7 segfaults randomly
I see the title for the Forum is specific about it being for PHP on windows, but this problem is about MS driver for linux - there doesnt appear to be a forum for that product.The problem I have is...
View ArticleSearch paramaters SQLSRV_QUERY for WHERE IN syntax
I wonder if there is a way to pass some values into the parameters option on the sqlsrv_queryfunction. I tried a few things but could not get it to work. This query is what I want to be...
View ArticleCan not connect to sql server express 2012
Dear all.I've installed wamp on my first PC (WINDOWS 10). I'm trying to connect my php script (since PC10) to a database on an another PC (windows 8.1). I 'm getting always the same message...
View ArticleGetting scalar results from SQL Server Stored Procedure using PHP and sqlsrv...
I have created a Stored Procedure in MS SQL 2014 which is given a username and password and returns 0: Success; 1: Username not found; or 2: Password doesn't match.CREATE PROCEDURE authConfirmUserPass...
View ArticleClass 'sqlsrv_connect' not found - VS13 PHP 5.6
Hi,I've installed and set this up with Visual Studio 2013. Trying to connect to MS SQL Server so have added dll extensions php_sqlsrv_56_nts.dll and php_pdo_sqlsrv_56_nts.dll.I have checked that PHP is...
View ArticleFatal error: Call to undefined function sqlsrv_connect()
I'm trying to connect PHP script with MS Sql Server 2008.I watch video on youtube and follow instructions.https://www.youtube.com/watch?v=kc5A4iQS5kABut, Still same error I'm getting.Configuration of...
View ArticleUnable to download and install required drivers. Other installation methods?
Hi, I'm not too sure where to post this question but after speaking to a customer service rep over the phone - It was unclear if there was a specific location. Question: I'm unable to download any file...
View ArticleODBC Driver Download Failed
Anyone else having problems getting the ODBC 11 driver from Microsoft's site. The page just fails when I attempt to download.https://www.microsoft.com/en-us/download/details.aspx?id=36434ThanksCliff
View ArticleFastCGi Impersonation not recognized for Kerberos delegation in 3.2?
Hi, i'm currently totally stumped. i recently deployed a new development server and i cant't get sqlsrv_connect to delegate the kerberos authentication to the SQLServer. Here ist the setup SQL-Server...
View Articleconnect to localhost instance using PDO
Hi,I am just starting with SQL Server PDO drivers and I want to know how can I set the sqlsrv:server if I am going to use my localhost instance?My localhost instance name is JASSIM-RAHMAThanks,Jassim
View ArticleProblem Querying using PDO
Hi,I am trying to use PDO like this simple code:<?php $mysql_host = "(local)\JASSIM-RAHMA"; $mysql_database = array("Database"=>"food"); $mysql_connection = sqlsrv_connect($mysql_host,...
View ArticlePDO_SQLSRV for Linux
Hi,My host is on Linux and I would like to use SQl Server as backend database but I was told it's not possible because the PDO_SQLSRVare available only for Windows.is it true? then how can I connect to...
View Articlephp_mssql.dll not loading in PHP.ini
I am running PHP 5.6.21 under IIS on Windows Server 2012R2. PHP is working great. I need PHP to connect to a Microsoft SQL database, so I have this line uncommented in php.ini: extension=php_mssql.dll...
View ArticleHow to install and run wampserver 32 bit on HP laptop with Windows 10 Pro 64...
Hi,I'm Virgilio Conti from the Philippines. I would like to run my PHP 5.6 applications with SQL Server 2014 on my HP laptop with Windows 10 Pro 64 bit. My PHP 5.6 applications with SQL Server 2014 are...
View Article