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