Help me soving a problem with Adobereader upgrade Error 1310...
Adobereader error update Error 1310 how to solve the problem
View Articleconnecting to OLAP from PHP
I have an excel file as a datasource. When I open the excel with MS Excel I see the data. When I open it with OpenOffice I see this info (edited for obscurity). Laks Provider=MSOLAP.4;Integrated...
View Articledownload php_sqlsrv.dll
Please Help me to download php_sqlsrv.dll I count found link in any web site to download it
View ArticleIdentifying the driver in sql
I am working in MySQL Workbench and I am writing a java program to interface with the database that I have saved in Workbench. I need the driver address in order to access the database from Netbeans,...
View Articlethe php use Stored Procedures ,the ouput of varchar(max) is limited 4000 strings
function exeuProcEntry($versionno, $ip, $xml, &$resxml) { try { $sql = "exec [pbc].[ProcEntry] ?,?,?,?"; $stmt = $this->dbh->prepare ( $sql );...
View ArticleWindows Server 2003 R2 / Windows Server 2008 R2 + Apache + PHP + MSSQL Server...
Hello everyone, I hope my experience helps to people who get into same situation as me at first. My task was to migrate an old intranet site based on MSSQL+PHP/Apache and much to my surprise I've...
View ArticleSQLServer 2005 and php_sqlsrv_53_nts_vc9.dll
HI ! I tell you my scenary: Server1 (Web): - Apache 2.2.8, - PHP 5.3.8 with "php_sqlsrv_53_nts_vc9.dll" extension - Web Application. Server2 (DB): - SQL Server 2005. I am trying to connect from web...
View ArticlePHP 5.4
Hello, tried upgrading to PHP 5.4 and the sqlsrv driver no longer works, no database functions load at all. Went back to PHP 5.3.10; is there work on an updated driver for PHP 5.4? Also have not...
View ArticlePDO Driver Cannot return scrollable cursor from stored procedure
The PDO driver returns an error when trying to return a scrollable cursor from a stored procedure. The is a problem with the ODBC driver and not the PHP driver. This problem also exists using the...
View ArticleWindows Authentication Failed
Hello, I am on a Windows 7 x86. I am trying to authenticate my user to a remote SQL 2008 R2 database on a Windows Server 2008 R2 by Windows Authentication. I got this error : "Unable to connect. Array...
View ArticleInstalling MS SQL PHP drivers under Windows 2008 Server
Hi All, We are trying to setup MS SQL Server access from PHP 5.4 under Apache 2.2. The host is a Windows Server 2008 SP2 Enterprise. We downloaded the drivers from...
View ArticleWebmatrix fails to connect PHP to MySQL
Hi, I'm totally new to PHP, SQL, and web developing in genral. I started off with downloading latest versions of PHP, Webmatrix (Webmatrix2) and MySQL Server (5.1), and got stuck at the point where I...
View ArticleNew WordPress Install, No SQL Server using Microsoft PHP Driver option
I am attempting to install WordPress. Here is my configuration: MS SQL Server 2008 R2 (Mixed mode authentication)PHP 5.3.14 (Win32, VC9, x86 installed and configured (I can see php files in my site are...
View ArticleCan't Insert data to SQL 2005 from PHP web page
Server 2003 Running SQL 2005. PHP 5.3 installed. Using SQLSVR_53_nts_vc9. I can connect and retrieve records from SQL via my PHP web pages, so I know my connection string is working, however when I try...
View ArticlePHP pdo azure problem
hello ! i got an application that i'm wrote. the application works great localy on iis 7 .. and when i am uploading that to azure.. something bad happend..! i tested few script and found out that the...
View ArticleSQLSRV30.exe and PHP 5.3.14 NTS
I am having an issue using the latest (SQLSRV30.exe) drivers against PHP v 5.3.14 NTS (php-5.3.14-nts-Win32-VC9-x86.msi). After updating the php.ini to use: extension=php_sqlsrv_53_nts.dll I run php...
View ArticleProbleme 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 work when running from SQL Manager ( I take...
View ArticlePHP5.4 and SQLSRV problem
hi there, I've done the necessary installation using the recently updated sql server 3.0. However, I am still not getting sqlsrv in my registered stream. May i know the problem? I am using php 5.4 and...
View ArticleMONEY column showing .0000 for value 0... Used to be 0.00, kinda
Execute this in SQL Server Management Tools: select CAST(0 as money) as dollars; You will get 0.00 as a result. This is also what you receive with the php/mssl_* functions. With the SQL Server Driver...
View ArticleNEED HELP BADLY!!! Complete & clear guides in setting up php5.4 to run with...
hi all, I have been assigned to build up a website using php5.4(downloaded the software from php.net - php 5.4.4 win32 vc9 x86) to run along with ms-sql server 2008 r2. Im gonna develop the website...
View Article