Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lzdanny

    : undefined reference to `__ctype_b'

    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...
  2. lzdanny

    OCIStmtFetch and CLOBS

    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.
  3. lzdanny

    OCIStmtFetch

    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.
  4. lzdanny

    fputs

    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.
  5. lzdanny

    fputs

    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...

Part and Inventory Search

Back
Top