Changes between Version 14 and Version 15 of FDORfc33


Ignore:
Timestamp:
Apr 9, 2009, 1:59:38 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v14 v15  
    5151=== FDO API ===
    5252
     53In order to support the SQL pass-through objective outlined above, the FDO API will need to be modified to provide new functions to state that this support is enabled, and return an explicit FDO Feature Reader. It is preferential to add these new methods, as opposed to editing existing functionality, so that currently designed and running applications can continue to work as designed and implemented.
    5354
    5455==== Command Capabilities ====
     56
     57An objective of this proposal is allow Provider the option to support SQL pass-through commands that return an FDO feature reader. If a provider decides to support this functionality, it can do so using the SupportsFeatureReaderFromSQLCommand method on the FdoICommandCapabilities interface.
    5558
    5659{{{
     
    7679
    7780
    78 ==== SQL Command ====
     81==== SQL Command Interface ====
     82
     83In order to allow Providers to return an FDO feature reader from the FDO SQL command, a new !ExecuteFeatureReader method will be added to the FdoISQLCommand interface.
    7984
    8085{{{