I am trying to build an application on linux (redhat i686) using one of our in-house libraries to link. This library relies on talarian smart sockets functionality. There is a type called __ctype_b that is still undefined. I have searched the web for this and all I can find is references to the...
I am trying to execute an SQL statement with a CLOB as one of the datatypes. When I call OCIStmtFetch however, the program crashes. When I call it without any CLOBS in the query, it executes ok.
Has anyone encountered this before, and if so, could you let me know how to resolve it?
Cheers, Dan.
I am trying to run a program on solaris using oracle 8.1.7
The program core dumps.
When i try to debug using gdb, the final message is: Program received signal SIGSEGV, Segmentation fault.
This is coming from Oracle's OCIStmtFetch function.
Can anyone tell me why this is happening?
Cheers, Dan.
ferror does report the error, providing you don't use clearerr before you call it!
i can change the code but i would just like to know why fputs isn't returning EOF...
cheers, dan.
I am trying to write to a file using fputs() but when the disk is full, EOF is not returned. Despite this, errno is set to ENOSPC (28) as expected. Has anyone encountered this problem before, as I need to know there is an error when writing to the file before I can handle what type of error it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.