Difference between revisions of "OpenDBX/Future"
From Linuxnetworks
< OpenDBX
(→Version 1.3) |
(→Version 2.0) |
||
Line 13: | Line 13: | ||
== Version 2.0 == | == Version 2.0 == | ||
− | |||
* Remove deprecated functions and constants | * Remove deprecated functions and constants | ||
+ | * Use enums instead of preprocessor constants | ||
+ | * Use negative error constants | ||
* Return integer status for [[OpenDBX result free|odbx_result_free()]] | * Return integer status for [[OpenDBX result free|odbx_result_free()]] | ||
Revision as of 22:21, 7 June 2007
This page should give you a rough impression about the next steps in the development of the OpenDBX database access library. Further suggestions are always welcome.
Version 1.3
- C++ API
- ODBC backend
Version 1.5
- Prepared statement interface
- DB2 backend
Version 2.0
- Remove deprecated functions and constants
- Use enums instead of preprocessor constants
- Use negative error constants
- Return integer status for odbx_result_free()
Back to Overview