No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Answered0VotesSQLSRV bug: PRINT causes query fail
$TEST_MSSQL_USERNAME, 'PWD'=>$TEST_MSSQL_PASSWORD, 'Database'=>'test'); $connectMSSQL = sqlsrv_connect($TEST_MSSQL_DATABASESERVER, ... -
Unanswered0Votesphp 5.4 to sql server 2008
I have just switched for windows server 2003 to 2008 and php 5.3 to php 5.4. I found out that mssql no longer works and I am trying to switch over to sqlsrv. connecting to sql server ... -
Answered0VotesUTF-8 encoding problem
Hi, I cannot get UTF-8 to work with PHP and MSSQL. Running a query always return strings with '?' instead of the proper accents (like 'éàê')... Here is my ... -
Unanswered0VotesConnection problem from PHP to SQL Server 2012 DB
Hello guise, I am using linux OS. I want to connect with SQL Server 2012 DB from LAMP. But it seems a connection error. Please suggest me any ... -
Proposed0VotesUnable to connect to SQLserver within a PHP script
Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [Microsoft][SQL Server Native Client 11.0][SQL Server] .... The code I am using below is ... -
Answered0VotesHow can I install SQL SERV 3.0 for PHP 5.4 on Windows XP SP3 ??
I want install SQLSERV3.0.EXE for PHP 5.4 on windows XP SP 3 but it's give an error "not a valid win32 ... -
Discussion0VotesPlease allow SQLSRV_ENC_BINARY in the CharacterSet of the connection settings!
Hi, As you definitely know, the unicode data is often stored into the "normal" fields like varchar or text. The nvarchar, ntext etc. are not used because of several ... -
Unanswered1VotesSQL Server 2008 stops eventually
IIS 7.5 (Windows Server 2008 R2) PHP 5.4.14 Sqlsrv drivers 3.0.1 SQL Server 2008 R2 The database ... -
Answered0Votessqlsrv configuration
hi some body learn me how to config php and sqlsrv with iis in windows 7 64 bit -
Answered0VotesSQL 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 ... -
Unanswered2VotesSQL Driver for PHP 5.5 64bit + Windows Server 2012 IIS8
Hi there, wanted to ask how the chances are for a sqlsrv driver for the new php 5.5 x64? I ask, because development on the driver seems to be completely stopped, ... -
Unanswered0VotesPHP crash when calling sqlsrv_fetch_array
resource, SQLSRV_FETCH_ASSOC, SQLSRV_SCROLL_FIRST); This crash is hardly reproducible and happens more or less every 10 requests. If instead, I replace ... -
Unanswered0VotesI need help getting data from SQL to Wordpress via the PHP drivers
HI all, I have a Wordpress site that is running against MYSQl as normal. I also have a production SQL instance that I would like to pull data from a few ... -
Answered0VotesSQLSTATE[IMSSP]: This extension requires the Microsoft SQL Server 2012 Native Client ODBC Driver to communicate with SQL Server
I am using mysql and PHP5.3.19 on Windows 2008 Server R2 Sp1. I. PHP 5.3.19 is installed using IIS 6.0. But when I try to connect to a SQL Server database I get ... -
Unanswered0VotesMicrosoft Drivers for PHP for SQL Server with windows 8
Even though the documentation for Microsoft Drivers 3.0 for PHP for SQL Server clearly specifies that the supported OS are: Windows 7, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, ... -
Unanswered0Votescrystal error 524
Hi i have a rpoblem with cristal report, when i try print a report the system show error 524 print job bussy and i want know how i resolve this, thanks for your help -
Answered1VotesConnection to SQL Server 2008 - Login failed for user
Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'DOMAIN\Ryans'. [message] => ... -
Unanswered0VotesbindParam truncates strings
Hi, I have a stored procedure with an output parameter that is a varchar(20). In my PHP code, I use ... -
Answered0VotesPHP -> MSSQL very slow when the DB is not on the same machine as the PHP code
In the course of trying to move our website to Azure, we've found a problem with our PHP code talking to MSSQL. On the current dedicated host (hosting both the PHP and the ... - Items 1 to 20 of 608 Next ›


