I will try upgrading later, but since its only the test part that did not work completely, the libpqxx might work right? I'm a beginner to C++ and libpqxx and postgresql, so I'm wondering if there is any sample code (C++) for doing the following simple thing:
1. connecting to a database on my computer
2. inserting something in a table
3. selectiong something is a table.
Kind Regards
Reza
Reza
2006/3/2, Jeroen T. Vermeulen <[EMAIL PROTECTED]>:
On Tue, February 28, 2006 19:33, [EMAIL PROTECTED] wrote:
> Upgrade to a better compiler? Ok, I have Microsoft Visual Studio .Net 2003
> (it has C++ in it), it's the lastest version of it.
> It should be enough right?
Well, if your compiler fails with an "internal compiler error" then
obviously it isn't. :-( There isn't much we can do about this--it's a
problem inside the compiler itself.
Since so many people seem to be having these quality problems with this
particular compiler, maybe we should try to find where it fails and try to
work around the bug. This may turn out to be very difficult guesswork,
but if your compiler supplier is just not fixing the bug, it may be our
only chance to get things working again. Maybe there is some feature we
can disable when using this particular compiler, or something.
To start this guesswork we'll need very specific information on where the
compiler breaks. Is there any more information about the context of the
error that you can give us?
Jeroen
_______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
