How set connection to remote SQL server 2008 r2 with PHP 5.4 and driver versi...
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 php sqlserver version 3.0. in other machine,...
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 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 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 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 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 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 ArticleSQLSRV bug: PRINT causes query fail
I think I have found a bug in the SQLSRV driver. I have tested this in v1.1 and v2.0.If the stored procedure contains a PRINT statement before the SELECT statement, the query will fail and the value to...
View ArticleSQL Server 2008 stops eventually
IIS 7.5 (Windows Server 2008 R2)PHP 5.4.14Sqlsrv drivers 3.0.1SQL Server 2008 R2The database eventually stops working totally, and the only thing I can do is restart SQL Server. The first time it gave...
View ArticleHow set connection to remote SQL server 2008 r2 with PHP 5.4 and driver versi...
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 php sqlserver version 3.0. in other machine,...
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 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 Article