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

    Exception-handling with g++ 3.3.2 - broken ?

    Just in case anyone's interested (doesn't look like it) but the answer to my question is "yes". More info at: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13391#c16
  2. colmmagoo

    Exception-handling with g++ 3.3.2 - broken ?

    Is exception-handling broken in g++ 3.3.2 on AIX 5.2 ? I found the following link: http://www-106.ibm.com/developerworks/eserver/articles/gnu.html which states that "When running a 64-bit C++ application using C++ shared libraries and exception handling, the application crashes. GCC 3.4.3...
  3. colmmagoo

    Is there an option to make MULTISET tables the default ?

    I would like to be able to create MULTISET tables without having to specify the MULTISET keyword, because I am sending generic SQL commands through an ODBC channel. Is there an option to set the default table creation mode to MULTISET ? Thanks for any help, Denis.
  4. colmmagoo

    How to extend environment size in AIX 5.2 ?

    Hi, I'm encountering a problem while trying to build some freeware on AIX 5.2: $ make set -e; for i in antlr lib do \ echo ============================= ; \ echo Making $i ... ; \ echo ============================= ; \ make -C $i; \ done make...
  5. colmmagoo

    DB2 Client Library for Redhat ES 3 - multithreaded by default ?

    Hi, I have an application that connects to DB2 8.1 server on Redhat Linux ES 3; it uses the DB2 8.1 CLI to talk to the DB2 server. This application serves as an intermediary (middleware) for client apps that connect to it via odbc. When a client app exits, my application stops the thread that...
  6. colmmagoo

    Backward-Compatibility of DB2 8.1 Client Libraries?

    Hi, I am developing a database client application, and for reasons of efficiency I have chosen to use native RDBMS client libraries instead of ODBC/JDBC. I have used DB2 version 8.1 to develop a DB2 Client, and my question is what versions of the DB2 server will my client be able to...

Part and Inventory Search

Back
Top