Changes between Version 18 and Version 19 of FDORfc34


Ignore:
Timestamp:
Apr 15, 2009, 2:17:34 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v18 v19  
    657657Providers will not be required to implement the above functionality, although they will be stringly encouraged to do so. These methods will be added to the base FDO API package with a default implementation that throws an exception stating that the property is not supported.
    658658
     659For example:
     660
     661{{{
     662    FDO_API virtual FdoDataType GetColumnType(FdoInt32 index)
     663    {
     664        throw FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_3_NOTIMPLEMENTED)));
     665    }
     666}}}
     667
     668
    659669It is expected that resourcing will be supplied to modify the SQLite, SDF and SHP providers. Resourcing required for modifying the other Open Source providers will be determined at a latter date. Of primary interest would be the implementation of these enhancements in the SQL Server Spatial Provider.
    660670