i cant login to my website, use IIS and Ms SQL Server Studio
this is my code named process-login.php<?php include 'config/config.php'; if(isset($_POST['login'])){ $nama = $_POST['nama']; $nomor = $_POST['nomor']; $dept = $_POST['dept']; $qry =...
View ArticleSQL Driver issues
Greetings,We've a server running Windows Server 2008 R2 + Sql Server 2008 + PHP 5.6; I'm aware all of that is old and should be upgraded but as you can all imagine, long running apps aren't something...
View ArticleFailed to fetch...
Receiving the following error when building sql server in docker php image:```Reading package lists... E: Failed to fetch...
View ArticlePHP 5.6 driver download actually contains 7.x.
Hi,The download for the PHP 5.6 drivers that are referenced athttps://www.microsoft.com/en-us/download/confirmation.aspx?id=57916actually contain the 7.x drivers. The executable to extract the...
View ArticleHow do we call sqlsrv_query(), after sqlsrv_prepare()?
Hi,I'm doing an INSERT with a Stored Procedure. Something like this:$sql_prep = "EXEC p_1A_insert( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )"; $stmt =...
View ArticleRandom occurrences of SQLState IM004
Greetings,As the title says.. ok, actually, let's go from the beginning. We've a project that's been running on a Windows 2008 R2 + IIS 7.5 + PHP 5.6 + Sql Server 2008 for the past 4 years. Since the...
View ArticleSQLState 42000 Error 3980 on Zend Framework 2 PHP
Hi guys I'm having a problem when executing insert query using Zend Frameworks TableGateway. I'm always getting this error "[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]The request failed to...
View ArticleInsert records into SQL Server table using PHP
I hope this is the correct forum for PHP questions related to sql server.I would like to pull data for all the cities in my county from the census API into a table in sql server. Right now, it inserts...
View ArticleInsert JSON records into SQL Server table using PHP
I hope this is the correct forum for PHP questions related to sql server.I would like to pull data for all the cities in my county from the census API into a table in sql server. I have been working...
View ArticleMicrosoft JDBC Driver having strange behaviour with Java code.
I have tried with java code to use Microsoft JDBC driver to get connection on SQL Instance enabled with SSL Protocal and SQL Server with NTLMV2 protocol. I am using windows authentication to get...
View Article