SQL Server 2008 R2 does not replay
Hi,I have updated my system from PHP 5.2.6 to 5.4.13 and it works. (I used to use mssql driver and I'm using sqlsrv driver now).The thing is that sometimes, SQL server 2008 R2 does not answer.The PHP...
View Articlephp_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 load dynamic llibrary...
View Articlehow to update a table record using php to sqlsrv
function addActiveGuest($ip, $time){ $config = $this->getConfigs(); if(!$config['TRACK_VISITORS']) return; $sql = $this->connection->prepare("REPLACE INTO ".TBL_ACTIVE_GUESTS."...
View Articleweird 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 SP. Its found to be that respective changes...
View ArticleProbleme Executing a stored procedure ....
I'm using Apache 2.2.17 / PHP 5.3.6 / SQL 2.0 PDO DriverHello, I'm trying to execute a specific stored procedure but this doesn't work...This procedure work when running from SQL Manager ( I take the...
View ArticleWindows 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 hosted. Am I right in thinking that the version of...
View ArticlePHP 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 |07/13/2013 | 121321 | 3213151 | 5165165161 |...
View ArticleCannot 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 Articleretrievind 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 ArticlePHP 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 ArticleSQL 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 ArticleSQL 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 ArticleConnecting 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 ArticleConnect 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: http://www.microsoft.com/en-us/download/details.aspx?id=20098)...
View ArticlePHP / 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 ArticleSQL 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 ArticlePHP 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 ArticleSQL 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 ArticleConnecting 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 ArticleConnect 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: http://www.microsoft.com/en-us/download/details.aspx?id=20098)...
View Article