Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

DatabaseTemplateLibrary · The Database Template Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 614
  • Category: Databases
  • Founded: Mar 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2118 - 2147 of 2678   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2118 Levi Benullo
levibenullo Send Email
Dec 5, 2006
2:19 am
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...
2119 buschnick Send Email Jan 5, 2007
4:26 pm
Hello, I'm trying to use the unicode version of the library which fails with the following error message: Compiling... DBView.cpp ...
2120 Gradman, Michael
cppguru777 Send Email
Jan 5, 2007
5:12 pm
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...
2121 buschnick Send Email Jan 5, 2007
5:54 pm
... Sorry, I quoted so much so you'd be able to see the source file for the problem. The actual error I'm interested in is this: ...
2122 emanuel_norrbin Send Email Jan 15, 2007
11:53 pm
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...
2123 Moshe Matitya
moshem_kayote Send Email
Jan 18, 2007
12:35 pm
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...
2124 sexyjessicapassion3009
sexyjessicap... Send Email
Jan 21, 2007
7:44 am
I would like to invite you to join my circle of friends. Check my circle of friends here: http://profile.bestbikerclub.com/friend.htm...
2125 emanuel_norrbin Send Email Jan 23, 2007
2:55 am
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...
2126 Paul
elegant_dice Send Email
Jan 23, 2007
4:18 am
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...
2127 emanuel_norrbin Send Email Jan 23, 2007
8:53 pm
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...
2128 Paul
elegant_dice Send Email
Jan 23, 2007
10:44 pm
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...
2129 eBay
kokoy_13000 Send Email
Jan 25, 2007
4:00 am
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...
2130 eBay
kokoy_13000 Send Email
Jan 25, 2007
4:41 am
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...
2131 eBay
kokoy_13000 Send Email
Jan 25, 2007
7:49 am
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...
2132 emanuel_norrbin Send Email Jan 25, 2007
7:03 pm
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...
2133 your friend
zomaadam1 Send Email
Jan 25, 2007
9:25 pm
Work from Home Are you tired of working long hours? Earn MORE MONEY sitting at home! Start Today here : http://home-business-guide1.blogspot.com/...
2134 your friend
zomaadam1 Send Email
Jan 26, 2007
3:25 am
Learn Visual c++ 2005 in 5 hours This site provides lessons on Microsoft Visual Basic.NET including examples on applications. click here: ...
2135 VB MASTERS
zomaadam1 Send Email
Jan 27, 2007
9:54 pm
Learn Visual cSharp 2005 in 5 hours This site provides lessons on Microsoft Visual Basic.NET including examples on applications. click here: ...
2136 Work At Home
zomaadam1 Send Email
Jan 30, 2007
10:10 pm
Are you tired of working long hours? Earn MORE MONEY sitting at home! Start Today. click here: http://home-business-guide1.blogspot.com...
2137 your friend
zomaadam1 Send Email
Jan 31, 2007
5:59 pm
Get Money With Google Adwords "...I&#39;m just completely 'blown away' by the Google Wealth Wizard. I started using it 3 weeks ago and I just cannot believe the...
2138 rogerdahl9432012
rogerdahl943... Send Email
Feb 1, 2007
12:31 am
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...
2139 Gene Soudlenkov
sgenie68 Send Email
Feb 1, 2007
5:07 am
register...
2140 rogerdahl9432012
rogerdahl943... Send Email
Feb 5, 2007
2:38 am
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...
2141 rogerdahl9432012
rogerdahl943... Send Email
Feb 5, 2007
2:50 am
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...
2142 cjoy@...
corwinjoy Send Email
Feb 5, 2007
4:15 pm
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...
2143 rogerdahl9432012
rogerdahl943... Send Email
Feb 5, 2007
4:48 pm
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:...
2144 your friend
zomaadam1 Send Email
Feb 5, 2007
10:57 pm
Top 10 Home Business Opportunities for 2007 Small business Home Business resources to help you start, manage and grow your home business. Business ideas,...
2145 cjoy@...
corwinjoy Send Email
Feb 6, 2007
9:20 am
You just need a templated BCA something like template<class N> class BCA_N { static void VariantBCA(BoundIOs &boundIOs, variant_row &dataObj) { // make the...
2146 money maker
zomaadam1 Send Email
Feb 6, 2007
10:41 pm
Top 10 Home Business Opportunities for 2007 Small business Home Business resources to help you start, manage and grow your home business. Business ideas,...
2147 Corwin Joy
corwinjoy Send Email
Feb 7, 2007
1:06 am
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...
Messages 2118 - 2147 of 2678   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help