Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | PDO SQL server connection and execution of stored procedures | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
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 | by Kakhaber Kashmadze 35 - 1 month ago (2015-12-21) Comment 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 | by Allan Klaus 30 - 2 months ago (2015-12-03) Comment 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 | by guillermo murillo 30 - 2 months ago (2015-11-30) Comment 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 | by Dave Smith 5955 - 2 months ago (2015-11-18) Comment I would take a look at this one, supports several databases including mssql Dave |
Recommend package | |
|