Changes between Version 19 and Version 20 of FDORfc34
- Timestamp:
- 04/15/09 14:17:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v19 v20 660 660 661 661 {{{ 662 663 664 665 662 FDO_API virtual FdoDataType GetColumnType(FdoInt32 index) 663 { 664 throw FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_3_NOTIMPLEMENTED))); 665 } 666 666 }}} 667 667