Difference between revisions of "OpenDBX/Future"

From Linuxnetworks
Jump to: navigation, search
(Version 1.5)
(removed backlink)
Line 24: Line 24:
 
* 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]]
 

Revision as of 14:12, 22 June 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.

Windows support

One of the highest priority is supporting the Windows platform natively using Microsofts "Services for Unix". Unfortunately, I'm not a Windows developer and even if many other people also want a Windows version, none had the time/knowledge to finish the job yet.

Anyway, the good news is: The library is already capable loading backends dynamically in a Windows-specific way and it was tested using Cygwin and MinGW. We need a Makefile and maybe a project file for MSVC - that should be all.

Version 1.5

  • Prepared statement interface
  • Connection pooling
  • DB2 backend
  • Implement ODBX_ERR_MISUSE (when calling functions in wrong order)

Version 1.7

  • Ingres backend
  • Informix 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