Changes between Version 19 and Version 20 of FDORfc33


Ignore:
Timestamp:
Apr 15, 2009, 11:33:34 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v19 v20  
    2323== Motivation ==
    2424
    25 Enable the FDO API to support SQL pass-through commands that return an FDO feature reader, referencing a proper FDO schema, not simply an FDO data reader. The feature reader will contain proper geometry properties, relations and associations.
    26 
    27 TODO:
    28 
    29 -- Discuss code that used FR can use data coming back from Select or SQL !PassThrough. Cover more application cases.
     25Enable the FDO API to support SQL pass-through commands that return an FDO feature reader, referencing a proper FDO schema, not simply an FDO data reader. The feature reader will contain proper geometry properties, relations and associations. This enhancement is also intended to allow client applications that use FDO Feature Readers to code their applications in a generic manner so that data coming back from Select or SQL Pass Through statements can be processed in a uniform manner, thus reducing complexity, cost and time to implement.
    3026
    3127== Overview ==