ezRETS is an ODBC driver that connects to RETS servers. It is licensed under an open-source license. It allows ODBC-aware applications, such as Microsoft Office (Excel, Word,) to easily load data from a RETS compliant server using those applications built-in wizards and other tools.
Right now, we only have a binary version for windows, but that seems to be the most useful to the most people. For those who would like to see/edit/compile the source, the source is available via subversion as well as at the download page.
You can download it by visiting http://www.crt.realtors.org/projects/rets/ezrets/
Changes in this release
Bug fixes:
- Data translation/lexical_cast errors now more meaningful to the end user
- Fix parsing error in Timestamps/DateTime where we were off by one with MarketLinx
- Fix error where SQLGetData would ignore request data type and return data as preferred data type
- SQLGetInfo returns correct information about SQLGetData extensions
- Debug log files now append, not replace
Enhancements:
- SQLPrimaryKeys returns primary key field as reported by RETS metadata
- SQLSpecialColumns returns primary key field information as reported by RETS metadata
- Stub implementation of SQLParamOptions
- Statement Offset pointer now supported




