No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Unanswered0Votes
Call to undefined function sqlsrv_connect() when connecting with PHP and SQL Server2008
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 ?1 Replies | 55 Views | Created by Aswathi Valsaraj - Tuesday, October 15, 2013 7:44 AM | Last reply by Allen Li - MSFT - 2 hours 57 minutes ago -
Answered1Votes
PHP / SQLSRV with UTF-8 Arabic
"AdventureWorks2012", "CharacterSet" => "UTF-8", "UID"=>"sa", "PWD"=>"xxxxx"); $conn = ...8 Replies | 324 Views | Created by Pako75 - Thursday, September 12, 2013 1:21 PM | Last reply by Pako75 - Wednesday, September 25, 2013 10:00 AM -
Proposed0Votes
Connect to SQL Server 2000 with PHP 5.4 (on Windows)
We are trying to connect to SQL Server 2000 with PHP 5.4. The driver that supports PHP 5.4 ( Microsoft Drivers 3.0 for PHP for SQL Server: ...1 Replies | 314 Views | Created by Jeff-R - Tuesday, September 17, 2013 7:33 PM | Last reply by Olaf Helper - Wednesday, September 18, 2013 4:05 AM -
Answered0Votes
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, ...2 Replies | 3502 Views | Created by timmerk - Tuesday, January 29, 2013 1:37 AM | Last reply by Jeff-R - Tuesday, September 17, 2013 7:36 PM -
Answered0Votes
SQL Server 2008 IIS7 PHP - Unable to connect
Array ( [0] => 08001 [SQLSTATE] => 08001 [1] => 2 [code] => 2 [2] => [Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2]. [message] => ...7 Replies | 21267 Views | Created by michaelHam - Monday, June 01, 2009 2:24 PM | Last reply by BigErka - Tuesday, September 03, 2013 3:01 AM -
Answered1Votes
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 = ...2 Replies | 355 Views | Created by Beartums - Monday, August 26, 2013 5:35 PM | Last reply by Beartums - Monday, September 02, 2013 4:20 PM -
Answered0Votes
SQL server - windows authentication problem
Hey, I have the same problem as this guy here ...1 Replies | 280 Views | Created by Soble - Thursday, August 29, 2013 12:15 PM | Last reply by Sean Gallardy - Thursday, August 29, 2013 12:53 PM -
Discussion1Votes
Unofficial PHP 5.5 Drivers (x86)
5 || PHP_MAJOR_VERSION < 5 || ( PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3 ) || ( PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 4 ) to: #if ...2 Replies | 3658 Views | Created by hmelihkara - Wednesday, June 26, 2013 9:46 AM | Last reply by Paras Parmar - Monday, August 26, 2013 3:31 AM -
Answered1Votes
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: ...5 Replies | 14534 Views | Created by Lucas Mateijsen - Friday, August 07, 2009 9:12 AM | Last reply by Kasun Rajapaksha - Wednesday, August 14, 2013 4:24 AM -
Answered0Votes
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 ...2 Replies | 8541 Views | Created by nana2006 - Thursday, July 09, 2009 9:21 AM | Last reply by ayoub11 - Friday, August 09, 2013 6:49 PM -
Answered0Votes
PHP request information from AVAYA CMS through ODBC
Basically what I'm trying to do is display date records in a table through php where logid = avayaLeg , i.e., 07/12/2013 | 121321 | 5646546 | 4546516516 ...1 Replies | 424 Views | Created by Puroabreu22 - Wednesday, August 07, 2013 12:22 AM | Last reply by Allen Li - MSFT - Friday, August 09, 2013 1:35 AM -
Answered0Votes
Windows 2003, PHP5.4, SQL Server
Hi, We're trying to run Apache 2.2 with PHP 5.4 on Windows 2003. The problem we're having is accessing the SQL Server 2005 on which our databases are ...1 Replies | 385 Views | Created by FiniteRex - Tuesday, August 06, 2013 12:05 PM | Last reply by Allen Li - MSFT - Thursday, August 08, 2013 8:15 AM -
Unanswered0Votes
SELECT statement with sqlsrv_query not returning results
I have the following SELECT statement that is 'working' on the SQL Server query tool and returns results. But, when I run it on PHP, it does not return any results. $tsql ...4 Replies | 763 Views | Created by Hari S - Wednesday, July 17, 2013 4:39 AM | Last reply by Robert Johnson - Sunday, August 04, 2013 2:52 PM -
Unanswered0Votes
weird SQL SERVER and PHP issue
Issue: I have a Stored Procedure whose result set cannot be fetched by PHP web application. Scenario: when i click a button from PHP it needs to call a ...6 Replies | 446 Views | Created by SQL flamboyant - Tuesday, July 30, 2013 11:04 AM | Last reply by Robert Johnson - Sunday, August 04, 2013 2:38 PM -
Answered0Votes
Probleme Executing a stored procedure ....
I'm using Apache 2.2.17 / PHP 5.3.6 / SQL 2.0 PDO Driver Hello, I'm trying to execute a specific stored procedure but this doesn't work... This procedure ...4 Replies | 4964 Views | Created by Bruno_Boccara - Thursday, July 12, 2012 2:26 PM | Last reply by Christian Tanamal - Saturday, August 03, 2013 10:06 AM -
Answered1Votes
how to update a table record using php to sqlsrv
getConfigs(); if(!$config['TRACK_VISITORS']) return; $sql = $this->connection->prepare("REPLACE INTO ...1 Replies | 364 Views | Created by jluken - Thursday, August 01, 2013 4:12 AM | Last reply by Prajesh - Thursday, August 01, 2013 4:08 PM -
Answered0Votes
php_mssql compiled for PHP 5.3 - windows_xp
anybody can provide me the php_mssql.dll for PHP 5.3 for Windows xp ? the date of the php_mssql.dll that i have is 22/01/2004 and give this error when i try to connect: Unable to ...10 Replies | 70769 Views | Created by RaulAngel - Tuesday, September 22, 2009 7:03 PM | Last reply by Francis Tudlong - Tuesday, July 30, 2013 12:46 PM -
Unanswered0Votes
PHP crashes after enabling php_sqlsrv_53_ts.dll extension
I just installed SQL Server 2012 Express. I need to connect to the MS SQL server with a PHP script. I tried to ...1 Replies | 517 Views | Created by darrenwwwa - Thursday, July 18, 2013 4:30 PM | Last reply by hmelihkara - Friday, July 19, 2013 11:25 AM -
Unanswered0Votes
SQL Server 2008 + PHP + WampServer
Hello Im trying to make a table with some contents i worked alot with mysql and now i need to connect to a SQL Server 2008 using PHP and im runing a WampServer on my ...1 Replies | 770 Views | Created by Marcelo89 - Wednesday, July 03, 2013 9:12 AM | Last reply by Robert Johnson - Friday, July 12, 2013 10:11 AM -
Answered1Votes
How set connection to remote SQL server 2008 r2 with PHP 5.4 and driver versi 3.0, using IIS 7.5
Hi .. i need a help. in my machine i am using windows 7 sp1 32 bit, using IIS 7.5 web server, PHP 5.4 32 bit that already integrated in IIS 7.5, and driver ...1 Replies | 991 Views | Created by Krichevskoy - Friday, July 12, 2013 2:15 AM | Last reply by Robert Johnson - Friday, July 12, 2013 9:59 AM - Items 1 to 20 of 625 Next ›