Changes between Version 14 and Version 15 of MapGuideRfc80


Ignore:
Timestamp:
Aug 13, 2009, 6:28:37 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc80

    v14 v15  
    2828== Motivation ==
    2929
    30 Currently FDO interface supports parameter binding when executing an FdoISQLCommand. Method !GetParameterValues() returns a parameters value collection and users can set value for each named parameter. However, MapGuide Feature Service doesn’t provide this capability. This RFC will add two methods into Feature Service API to eliminate this limitation. 
     30Currently FDO interface supports parameter binding when executing an FdoISQLCommand. Method !GetParameterValues() returns a parameters value collection and users can set value for each named parameter. However, MapGuide Feature Service doesn’t provide this capability. This RFC will extend Feature Service API to eliminate this limitation. 
    3131
    3232== Proposed Solution ==
     
    586586==== Changes to Feature Service ====
    587587
    588 Feature Service will be extended to add two methods to support parameter binding when executing an SQL statement against a feature source.
     588In MapGuide RFC 78, two overloaded methods ExecuteSqlQuery(...) and ExecuteSqlNonQuery(...) are introduced to add support to transaction. In this RFC, those two methods will be extended to add a parameter MgParameterCollection to support parameter binding.
    589589
    590590{{{