fieldmetadata of greek database not showing right
I have a greek database in sql server 2008 with the character columns set to nvarchar.When i connect to the database from php i have set Characterset to UTF-8 and in the header of the html files...
View ArticleIs PHP capable of handling all SQL Server syntax and commands?
I'm running into database errors when running a query via php and pdo. It runs fine on SQL Server, but not through my php application. You can see the query that is failing here...
View ArticleCan't find compatible drivers for PHP
I’m running Windows 7 Pro, SQL Server 2012, and installed xampp for PHP version 5.6.3. Thread safety is enabled. I cannot find Microsoft SQL Server drivers that are compatible with this version. I’m...
View ArticleProblems connecting php5.5 to sql server with php_pdo_sqlsrv_55_ts.dll
I am trying to retrieve code I last touched a couple of years ago to connect to a sql server database. I have a little test utility to do that<?php $serverName = 'ROO\SQLEXPRESS'; $database =...
View ArticleSQL Server 2008 R2 backup problem with Sector Size.
I have restored a SQL Server 2008 R2 to my local development system with SQL Server 2008 R2 SP1. After restoring the database, I tried to do a backup and received the message:How can I solve this...
View ArticleDifference between 3.1 and 3.0.1 version
Wich are the differences between both version? Regards
View ArticleHow to catch multi language's data in MSSQL and data isn't garbled
Hi everyone, I'm Taiwanese PHP developer, sorry for my poor English.I have 3 language's data:Simplified Chinese,Traditional Chinese, and English in our mssql2012 database.If I want to use ADODB to...
View ArticleStored procedure timing out - was working fine.
I have a stored procedure which all of a sudden started to time out when called from the data access method for no apparent reason. Here's the situation:Its been running fine since its creation about...
View Articlehow connect to SQL Server 2008 R2 using php from windows 10
hiSqlServer databaseI was abletoconnect on Windows8.1, Windows10, butthefollowing error:SQLSTATE[IM003]: Specified driver could not be loaded due to system error 126: The specified module could not be...
View ArticleZend Framework 1.10.3 and PDO_MSSQL
Hi,I try to connect from the ZendFramework 1.10.3 via php_pdo_sqlsrv_52_nts.dll without success.phpinfo shows me:PDO section:PDO drivers / sqlsrvpdo_sqlsrv section:pdo_sqlsrv support / enabled I try...
View Articlecase-sensitive in where clause
Hello,I need a case-sensitive where clause:and typ= 'A' collate german_phonebook_cs_asHow can I realize this? The posted code doesn't work.Thanks for your help.
View ArticleNative Client 11 or ODBC Driver 11 for SQL Server?
Should our clients be connecting to our SQL Servers using "SQL Server Native Client 11.0" or "ODBC Driver 11 for SQL Server"Thanks
View ArticleHow to divide a column into two by using self join??
I was trying to do a query using the AdventureWorks2012 ,in which the managers and the employees who work under those managers will be separated into two columns.USE AdventureWorks2012 SELECT...
View ArticleRetrieving with PHP pdf stored in binary field varbinary
Hi all, I'm discovering ms sql server with php development, I'm at the beginner level ! I saw a lot of sites, forums, questions but I haven't found my answer or it doesn't work ! Maybe I do wrong or...
View ArticleLogin fails when trying to connect to sql server
I have server that runs windows 2003 that has my web app on it. I have another server which has SQL Server Management Studio and has my database on it. I am having a problem connecting to the database....
View ArticleMS SQL Server 2000 ODBC drivers for Red Hat Linux 6.3 (64 bit)
Hi I am trying to establish connectivity from Red Hat Linux 6.3 64 bit server to the MS-SQL server 2000 which is installed on Microsoft Windows Server 2003.I have enabled the necessary firewalls...
View ArticleThis extension requires the Microsoft SQL Server 2012 Native Client. Access...
I tried to connect from php to SQLSERVER2012 on my ISP's server:Any Ideas?Thanks,Milt<?PHP dl('c:\ppht\php_sqlsrv_53_ts.dll'); $hostname = "dba2012.db.2818339.hostedresource.com";...
View Articlewindows 10 upgrade
After upgrade of Windows 8.1 to 10 this message appeared: sqlmangr.exe - Ordinal Not FoundThe ordinal 1 could not be located in the dynamic link libraryC:\WINDOWS\SYSTEM32\SQLUNIRL.dll
View ArticleCompile 64-bit SQL Server Driver for PHP - php_sqlsrv.dll
Follow the instructions from README.TXT of the source code, (http://sqlsrvphp.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31762) I can compile 32-bit php_sqlsrv.dll in Visual Studio 2008...
View ArticleAnyone compiled on PHP 7?
I was wondering if anyone has tried and managed to compile sqlsrv extension for PHP 7?I have been trying, but haven't managed yet.
View Article