Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 1109
PHP Script Codes > SqlCommand Class
The SqlCommand class is designed to provide a simple, effective, and yet powerful way to use Microsoft SQL Server stored procedures through PHP, with the aid of the PEAR database abstraction layer. It provides an object-oriented method of declaring and configuring stored procedures in your PHP code, performs strong parameter "typing" of all values passed to the database, and allows you to easily retrieve return and output parameter values from your stored procedures.