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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1594 - 1624 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1594
Thanks for the response. I have been enjoying working with dtl. Its a great concept for us C++ guys Spencer ... an...
savanroe
Offline Send Email
Jun 1, 2005
11:40 am
1595
I noticed the dtl_variant_t get_string function appears to be very inefficient. I think it does somewhere around 4 memory allocations and string copies to get...
ggowan_2000
Offline Send Email
Jun 6, 2005
6:40 pm
1596
Yeah, in general the variant classes try to be generic and give a simple interface at some loss of efficiency when folks request types other than the native...
Corwin Joy
corwinjoy
Offline Send Email
Jun 7, 2005
3:28 am
1597
Here's what I see: 1. Write to local ostream object. 1 memory allocation, string copy (even if the original type is string too) 2. Call str() on ostream,...
ggowan_2000
Offline Send Email
Jun 7, 2005
5:11 pm
1598
Hi, my main application uses DTL classes for database access, but I need to call some old libraries that use MFC record sets. Porting those libraries to use...
niksaniksa
Offline Send Email
Jun 8, 2005
1:53 pm
1599
I tried to compile DTL on stlport 5.0 on Linux and I had only one problem. During compilation of library it reports this error: Building object file...
Darko Miletic
kiklop_74
Offline Send Email
Jun 8, 2005
2:47 pm
1600
Darko, Thanks for letting us know about this and the simple fix for now. Corwin ... From: Darko Miletic <kiklop@...> Date: Wednesday, June 8, 2005...
cjoy@...
corwinjoy
Offline Send Email
Jun 8, 2005
3:45 pm
1601
Niku, When we developed DTL we routinely had to share an ODBC connection with another application that did not know anything about DTL. I'm not that big an...
Corwin Joy
corwinjoy
Offline Send Email
Jun 8, 2005
3:58 pm
1602
Or, you could potentially have MFC use the DTL connection along the lines of this article: ...
Corwin Joy
corwinjoy
Offline Send Email
Jun 8, 2005
4:55 pm
1603
... Note that 3 and 4 and 5 can be optimised out by the compiler to just 1 assignment, IIRC....
Paul
elegant_dice
Online Now Send Email
Jun 9, 2005
2:21 am
1604
Hi, I am new to DTL so please excuse me! My problem is this: I have a large number of tables which I am accessing using dtl through a com wrapper that I have...
David Welch
ristretto4u
Offline Send Email
Jun 9, 2005
5:03 pm
1605
I found an interesting article that seems to relate to this issue. http://www.awprofessional.com/articles/article.asp?p=25033&seqNum=3&rl=1 It looks like the...
ggowan_2000
Offline Send Email
Jun 9, 2005
6:07 pm
1606
Woops, I just realized that the article and the results I got on Visual C++ show that probably about 2 of the steps below are eliminated... There is no...
ggowan_2000
Offline Send Email
Jun 9, 2005
6:23 pm
1607
Hmm. Sorry I don't understand your question. You have a concrete / particular class that you want to construct from a variant_row? Why not just add a...
cjoy@...
corwinjoy
Offline Send Email
Jun 9, 2005
7:59 pm
1608
So, looking at the function it looked trivial just to remove the local temporary and return it. After that, I would say do an optimized build on your compiler...
cjoy@...
corwinjoy
Offline Send Email
Jun 9, 2005
8:05 pm
1609
Whatever we end up doing, I personally do NOT want to have to pass a pre-created variable to the method. This means I can't call the method and pass the...
Paul
elegant_dice
Online Now Send Email
Jun 10, 2005
12:38 am
1610
OK, I have defined by class like this: class CTable { long id_; double value_; }; and so that it can be used with the iterator defined the mapping from BoundIO...
David Welch
ristretto4u
Offline Send Email
Jun 10, 2005
8:31 am
1611
... From: Jarrad Waterloo <jwaterloo@...> Date: Friday, June 10, 2005 1:16 pm Subject: DTL ... http://dtemplatelib.sourceforge.net/ODBCCatalog.htm ...
cjoy@...
corwinjoy
Offline Send Email
Jun 10, 2005
6:41 pm
1612
David, I'm not sure I correctly understand you, but let me try to summarize what you are doing as follows: 1. You have a new class you have defined such as...
Corwin Joy
corwinjoy
Offline Send Email
Jun 10, 2005
6:56 pm
1613
Actually, one amendment to what is below, you would need to point your boundIOs to the object that is passed in so they know what to modify. This can be done...
Corwin Joy
corwinjoy
Offline Send Email
Jun 10, 2005
7:01 pm
1614
Ahhh, I see, thank you ... -- Best wishes, David OCCAM Financial Technology +44 (0)1892 783862 The Old Vicarage Wadhurst East Sussex TN5 6AA UK...
David Welch
ristretto4u
Offline Send Email
Jun 13, 2005
8:31 am
1616
Hi all, Sorry Corwin, I haven't managed to check out the changes you made to my changes a while ago, your email is still marked 'high priority' but right now...
Paul
elegant_dice
Online Now Send Email
Jun 16, 2005
3:23 am
1617
Hi, Just putting a call out to just before I check in my future changes, I found that the naming convention for dtl_enum/set<>s was unnecessarily limiting....
Paul
elegant_dice
Online Now Send Email
Jun 16, 2005
4:08 am
1618
Hi again, Thanks to the latest round of fixes from Corwin to my hacks, several rather weird bugs have finally become obvious, and I've managed to weed them...
Paul
elegant_dice
Online Now Send Email
Jun 17, 2005
9:33 am
1619
Paul, Thanks for following up on this issues and looking over the comments I had made on your date class. These are good fixes, and I think we may be getting...
Corwin Joy
corwinjoy
Offline Send Email
Jun 17, 2005
2:36 pm
1620
Hi Corwin, Thanks for the thanks. Sorry, haven't quite finished the last few changes in this batch (give me a day or two), i'm adding a date and time class. ...
Paul
elegant_dice
Online Now Send Email
Jun 20, 2005
12:25 am
1621
Hello, I have been dificulties to unzip and install DTL. I did the download "DTL Diagrams", but it doesn't have the "Read me". If I try to do the download of...
drey_suzuki
Offline Send Email
Jun 20, 2005
2:20 pm
1622
Use either WinZip (www.winzip.com) or gunzip + tar to unzip DTL.tar.gz. ... From: drey_suzuki <audrey.suzuki@...> Date: Monday, June 20, 2005 9:19 am...
cjoy@...
corwinjoy
Offline Send Email
Jun 20, 2005
3:52 pm
1623
... Use a software that can decode gzip files. For windows you can use 7-zip http://www.7-zip.org/. 7-Zip is free software distributed under the GNU LGPL....
Cristian Adam
cristianadam
Offline Send Email
Jun 21, 2005
12:11 am
1624
I tried to compile DTL under new fedora core 4 and with only one change it is possible. IN dtl_config.h at line 357 this: #if ((__GNUC__ >= 3) &&...
Darko Miletic
kiklop_74
Offline Send Email
Jun 24, 2005
11:40 am
Messages 1594 - 1624 of 2478   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