Changes between Version 18 and Version 19 of FDORfc34
- Timestamp:
- 04/15/09 14:17:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v18 v19 657 657 Providers 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. 658 658 659 For 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 659 669 It 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. 660 670