Changes between Version 14 and Version 15 of FDORfc33
- Timestamp:
- 04/09/09 13:59:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v14 v15 51 51 === FDO API === 52 52 53 In 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. 53 54 54 55 ==== Command Capabilities ==== 56 57 An 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. 55 58 56 59 {{{ … … 76 79 77 80 78 ==== SQL Command ==== 81 ==== SQL Command Interface ==== 82 83 In 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. 79 84 80 85 {{{