I am using
Xampp version 3.2.1 with PHP version 5.6.8.
Microsoft Azure SQL server
GOAL
I am trying to create a web app that will access to my database, and be able to SELECT, INSERT, UPDATE and DELETE records.
PROBLEM
I cannot …
I am migrated from MySQL to MS SQL Server, and trying to fetch all data from the routines table. I am connected but unsure how to fetch data with sqlsrv. This is how far I have came:
$conn_array = array (
"…
I need help fixing an error: SQL state IM014 in SQLConnect and SQL state IM002 in SQLConnect.
I run the same script, one on webserver/remote/ and the other one from the local Machine trying to access the same database …