Difference between revisions of "OpenDBX/Future"
From Linuxnetworks
< OpenDBX
(→Version 2.0) |
(→Version 2.0) |
||
Line 16: | Line 16: | ||
* Use negative error constants | * Use negative error constants | ||
* Use enums instead of preprocessor constants for all parameters and return values | * Use enums instead of preprocessor constants for all parameters and return values | ||
− | |||
---- | ---- | ||
Back to [[OpenDBX|Overview]] | Back to [[OpenDBX|Overview]] |
Revision as of 21:51, 23 April 2008
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 negative error constants
- Use enums instead of preprocessor constants for all parameters and return values
Back to Overview