What It Takes For Successful Stock Investing One may not immediately be aware of it, but stock investing is a means to stable personal financial status. It is...
I think the first message occurs only because one should probably use std::copy() instead when copying characters from a std::basic_string. Not sure about the...
Hi, I have been compiling DTL (latest cvs version 3.6.10) on gcc 3.4.4 and 4.0 without any problems, but now when I try it with gcc 4.1 (Fedora Core 6) I run...
I also tried building DTL with GCC 4.1.1, and I got the very same compiler errors. Apparently you and I are the first people to try using DTL with this...
Hi Moshe, thanks for the hint, what you are saying seems to be the cause of the problem. The only thing that is needed is to replace calls to setstate() with...
Hi Emanuel, It may not be a bug, but by design. I am not 100% clear on the new symbol lookups in GCC, but it might do it in 2 stages... 1st stage, look up...
Hi Paul, sounds like this is indeed what is happening since setstate is in a template base class. But if the global setstate does not match the supplied...
you'd think so, that would be logical, wouldn't it? But I don't think its how the new symbol lookup works. Theres been a lot of discussion on this topic for...
Build eBay Store Features 1. Complete Control Of eBay's 25 Million Product Inventory 2. Easy To Install And Simple To Use 3. One Setup File Which Controls Each...
Build eBay Store Features 1. Complete Control Of eBay's 25 Million Product Inventory 2. Easy To Install And Simple To Use 3. One Setup File Which Controls Each...
Build eBay Store Features 1. Complete Control Of eBay's 25 Million Product Inventory 2. Easy To Install And Simple To Use 3. One Setup File Which Controls Each...
Hi, thanks for your input guys. I finally got around to fixing the gcc 4.1.1 compile problems and I have created a patch that can be applied to the 3.6.10...
Get Money With Google Adwords "...I39;m just completely 'blown away' by the Google Wealth Wizard. I started using it 3 weeks ago and I just cannot believe the...
Hello everyone, I'm trying to create a function that will call various stored procedures that have different numbers of arguments. All the stored procedures...
Since I didn't get an answer to this, I went ahead and created BCAs for each stored procedure in the set and templatized the function that calls the SPs. It...
Hello everyone, I'm having an odd problem with calling a stored procedure using a std::string parameter. If I use a std::string parameter, I can not get the...
Roger, Please take a look at the sql_iterator docs. Basically, for std::string we use SQLGetData/SQLPutData. ODBC has a rule that says any parameters...
Thank you for your reply, Corwin. When I try to have both parameters be: wstring par; wstring ret; I get the following error: Database error: Exception type:...
Top 10 Home Business Opportunities for 2007 Small business Home Business resources to help you start, manage and grow your home business. Business ideas,...
You just need a templated BCA something like template<class N> class BCA_N { static void VariantBCA(BoundIOs &boundIOs, variant_row &dataObj) { // make the...
Top 10 Home Business Opportunities for 2007 Small business Home Business resources to help you start, manage and grow your home business. Business ideas,...
Oh yeah, I think this is a client side cursor issue so try: - Switching over to client side cursors with row_iter.GetStmt().ClearStmtAttrs(); - Retrieving the...