ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:stored_procedure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:userguide:stored_procedure [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnhamv5:userguide:stored_procedure [2017/04/21 11:50] – external edit 127.0.0.1
Line 32: Line 32:
 ===== Accessing The Procedure ===== ===== Accessing The Procedure =====
 ==== Step 1: Preparation ==== ==== Step 1: Preparation ====
-The first step is to access the procedure using the [[v5:reference:preparesp|prepareSp()]] method. This method access the procedure and returns a handle, that we will use later. If the procedure name provided is not valid, then the method returns false.+The first step is to access the procedure using the [[v5:reference:connection:preparesp|prepareSp()]] method. This method access the procedure and returns a handle, that we will use later. If the procedure name provided is not valid, then the method returns false.
 <code php> <code php>
 $procedure = $db->prepareSp('PROC_SAMPLE2'); $procedure = $db->prepareSp('PROC_SAMPLE2');
v5/userguide/stored_procedure.txt · Last modified: 2019/01/22 01:11 by mnewnham