hi,

I think the following change has to be made,

<parameterMap id="selectPersonParams" class="Hashtable">

The class should be "Hashtable" rather than "map". Try this.
--------------------------------------------------------------------------
<parameterMaps>
          <parameterMap id="selectPersonParams" class="map">
                        <parameter property="ID" column="ID"/>
          </parameterMap>
</parameterMaps> 
--------------------------------------------------------------------------
 
regards,
vinay
-- 
View this message in context: 
http://www.nabble.com/FW%3A-How-do-I-call-a-Stored-Procedure-with-Input-Parameters-in-.NET--tp16027945p18000618.html
Sent from the iBATIS - User - Cs mailing list archive at Nabble.com.

Reply via email to