Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | PDO SQL server connection and execution of stored procedures | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by Faisal gali - 2 months ago (2015-11-18) sql server
+3 | I want to connect execute SQL queries and stored procedures on MS SQL server. Also I should receive the returned values from SQL server. |
+2 |
I just added MicrosoftSQL support to my dbutils class if not jet updated on github is also source package where is kakhavk user for my page |
+1 |
Use my class, use the method query passing a string with the command like "CALL MY_PROCEDURE()" and it will run the stored procedure to you. |
3. by Dave Smith - 2 months ago (2015-12-05) in reply to comment 2 by Allan Klaus Reply
The requester wants to use PDO, not MySQLi
+1 |
Execute MySQL queries calling stored procedures. It can connect to a given MySQL database server using PDO. The class can execute a stored procedure and return all the results in an array. |
1. by Dave Smith - 2 months ago (2015-12-01) Reply
The requester wants to connect to a MSSQL server, not MySQL.
+2 |
I would take a look at this one, supports several databases including mssql Dave |
Recommend package | |
|