Search the web
Sign In
New User? Sign Up
DatabaseTemplateLibrary · The Database Template Library
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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