installing MS SQL Server Driver for PHP versus current PHP functionality
Hi - I'm wondering if installing the Microsoft SQL Server Driver for PHP will have any adverse affects on the current PHP functionality. For example, I don't want to lose the ability of PHP to...
View Articletrouble connecting to database after installing MS SQL Server driver for PHP
Today I installed the necessary components to get PHP 5.4 and SQL Server 2008 R2 to communicate using the excellent instructions in the link provided by Robert Johnson in this post:...
View Articlesqlsrv driver is NOT loading with php 5.4 on windows
I know this was asked alot of times but all the answers are outdated. As of PHP 5.3, as we all know mssql is not supported, so went on installing sqlsrv driver for this, as it seems to be the only...
View Article160,"IM003",Specified driver could not be loaded due to system error 5 (SQL...
Monday, November 12 2012Respected Sir,I'm facing an error while opening classic reports from Dynamics NAV 2009 R2 RTC.Please help me to find out the real cause of error.Snapshot attached.Thank you in...
View Articleusing a table variable with sqlsrv_query
Hi - Is it possible to use a table variable with sqlsrv_query? Below is some sample code that isn't working...nothing is displayed on the screen when the function is called:function fnEntryForm($dbc)...
View ArticlePHP SQLSERVER database project every few days interface cannot access!
PHP SQLSERVER database project every few days interface cannot access, access interface error 502 Bad Gateway. The start is a database connection interface can not access, a static page cannot be...
View ArticleSQL Server Drivers for PHP 5.3 Silently not working on WindowsXP
I am likely to have to try and install an Apache/PHP combination to connect to an existing SQL Server Express (2008 R2) database all running on a Windows 2003 Server.Since I won't have admin rights on...
View ArticleCan't stop sqlsrv error logging
Last night I enabled error logging with this: sqlsrv_configure("LogSubsystems", SQLSRV_LOG_SYSTEM_ALL); sqlsrv_configure("LogSeverity", SQLSRV_LOG_SEVERITY_ALL);...
View Articletimestamp using PHP
I have absolutely no idea how to do this and my current experiments just end up with the same old errors. It should be simple but i cannot get it to work. I'm not even sure which datatype to use in the...
View Articlelastinsertid failed with trigger on table
Hi,i want to get the last insert id after i insert on table content. Table content has a trigger on insert event.i have the following code that did not work:$connectionInfo = array(...
View ArticleEmu-sq1
I think this is for desktop only this phone is a cross breed but it keeps shit outhttp://social.microsoft.com/Forums/is/writergeneral/thread/3f6236a3-89a8-49a1-a076-cad7195b8da3
View Articlephp no mssql. Couldn't connect sqlsrv_connect with PHP 5.4.5
Good morning, I have installed Windows 2008 Server with IIS 7.5 and PHP Version 5.4.5. This compiled with VC9. On this server I have also installed Sharepoint connecting to SQL Server 2008 on another...
View Articleatal error: Call to undefined function sqlsrv_connect()
I have MSSQL Server 2008, MS WINDOWS SERVER 2008 RC2 AND PHP 5.4.9 php.info have rows [PHP_PDO_SQLSRV_54_NTS] extension=php_pdo_sqlsrv_54_nts.dll [PHP_PDO_ODBC] extension=php_pdo_odbc.dll...
View ArticleI can not connect to SQL Server 2008 Release 2; from fast CGI PHP on IIS7 and...
I am running FastCGI PHP 5.4.0 x64 on IIS 7.5 on windows server 2008 R2 datacenterTo connect to SQL Server 2008 Release 2, I am trying to use Microsoft Drivers for PHP for SQL Server, SQLSRV30.EXE.I...
View ArticleBest way to handle large result set (+400 000 rows)
Hi, I started to migrate our old components from the old php_mssql.dll driver to SQLSRV 3. I've a lot of large result set (~400 000 rows output to CSV file). With the old driver I was using the...
View ArticleHow to set a timeout for a sqlsrv_connect() ?
I have in my php.ini: ;extension=php_sqlsrv.dll ;extension=php_sqlsrv_ts.dll extension=php_sqlsrv_52_ts_vc6.dll And I'm using IIS 6 on Windows Server 2003.I'm trying to define a timeout for a...
View ArticleGet num rows with Stored Procedures
PHP 5.4.9 SQL SERVER: 2008 R2 DRIVER FOR PHP FOR SQL SERVER: 3.0.1I was using php 5.2 so I was still using the driver mssql. Now I am trying to update my system and I can not make sqlsrv_num_rows work...
View ArticleSql Server
This application, “eChamber”, uses a framework that is based on the ORM for PHP: doctrine 1.2.6 inspired by nHibernate. Furthermore, the framework is only compatible with php 5.3 and higher. When used...
View ArticleRetrieving and displaying images
Hi,I have to display images from a mssql databse using PHP and the SQLSRV driver. The images are saved in an image type column as binary. I have been searching for days trying to figure this out. I...
View ArticleSql Native client :/
Hello SQL community , first of all thanks you to take the time to read my post :) .Si I've a problem with IIS , with my php script :function dbOpen($dbName) { if (!$this->sqlLink) {...
View Article