Menu

#34 Incorrect parameter for OCI_SetDefaultFormatDate #define

v1.0_(example)
open
nobody
None
9
2015-09-01
2015-09-01
Anonymous
No

from ocilib.h (4.1.0)

define OCI_SetDefaultFormatDate(con, fmt) OCI_SetFormat(cn, OCI_FMT_DATE, fmt)

define OCI_SetDefaultFormatNumeric(con, fmt) OCI_SetFormat(cn, OCI_FMT_NUMERIC, fmt)

define OCI_GetDefaultFormatDate(con) OCI_GetFormat(cn, OCI_FMT_DATE)

define OCI_GetDefaultFormatNumeric(con) OCI_GetFormat(cn, OCI_FMT_NUMERIC)

con != cn

Workaround: use OCI_Get/SetFormat() directly.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.