Recent News
Current development snapshot of v3.1.0 is available on OCILIB SVN repository.
I’ve setup a subversion repository on OCILIB sourceforge project page.
You can browse it here…
It will updated regularly with my current source snapshot… The initial trunck folder contains the actual 3.0.1 version
Next changes that will be added in few days (starting 3.1.0) :
OCI_SetNull2(OCI_Statement *stmt, mtext *name) OCI_SetNullAtPos2(OCI_Statement *stmt, mtext *name, unsigned int position) OCI_GetBindIndex(OCI_Statement *stmt, mtext *name)
I’ll notice nice/important repository changes on the blog !
Have fun
OCILIB v3.0.1 is now available for download ! Here is the list of the main changes :
- Fixed few memory leaks introduced in v3.0.0 (see changelog)
- Fixed ocilib sources compilation with MSVC6++
See the complete v3.0.1 change log here
This release contains fixes some memory leaks introduced in v3.0.0.
In v3.0.0, SQL statement strings were not freed any more. So, every time you were executing a different SQL statement, memory leak occurs !
You should download v3.0.1 if you are using v.3.0.0.
Have a nice hay.
OCILIB v3.0.0 is now available for download ! Here is the list of the main changes :
- Added support for scrollable cursors
- Added Support for Oracle Collections (VARRAYs and Nested Tables)
- Major library rewrite
- Extended Error handling
- New thread contextual error handling
- New functions
- Extended implicit datatypes conversions
- Extended documentation and demos
- Miscelleanous fixes (see changelog)
- Miscelleanous modifications (see changelog)
See the complete v3.0.0 change log here
This release is major rewrite that makes OCILIB safer, faster and stronger ! Get the release and enjoy it !
Have a nice hay.

Recent Comments