|
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.
Date: Jun, 01 2004 |