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 478 - 507 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
478
Hi I use bcb-ent-v6 servicepack 2 . It is not possible to compile the dtl tests.BCBProject in dtl version 3.4. It fails sin "DBIndex.h" while defining...
KasparLund <kasparlun...
KasparLund
Offline Send Email
Jan 1, 2003
7:15 pm
479
Hi everybody, I'm trying to build a COM object with Visual C++ 6 (SP5). I'm not using MFC/ATL and it compiles well, but it has some error like these when...
norburing <ratatuja@....
norburing
Offline Send Email
Jan 5, 2003
8:56 pm
480
The problem is you are using inconsistent project settings under MSVC. Look at project settings -> C++ -> Category = Code Generation -> Use run time library. ...
Corwin Joy
corwinjoy
Offline Send Email
Jan 5, 2003
9:20 pm
481
I am not positive, but it looks like you are mixing the multithreaded and single threaded libraries. Check you Code Generation options for the DTL lib and...
Shawn Anderson
anderson_shawn
Offline Send Email
Jan 5, 2003
9:20 pm
482
Great! It works! Thanks everybody for helping me. RM ... use the ... defined in...
norburing <ratatuja@....
norburing
Offline Send Email
Jan 7, 2003
1:14 am
483
The changes for VC7 are trivial, just a couple tweaks in the tcstring header file. We just haven't gotten around to packaging up a new release yet (we should...
Corwin Joy
corwinjoy
Offline Send Email
Jan 17, 2003
9:11 pm
484
Hello to all, following the brief exchange I got with Corwin (see message thread ID 483) I finally got DTL to compile with VC7. BUt when trying to compile the...
acid_til <acid_til@...>
acid_til
Offline Send Email
Jan 20, 2003
3:33 pm
485
Stange... I had the dev snapshot compling with VC7. I will take a look at tuesday, likely I made some last minute change under VC6 that broke things. ... From:...
Corwin Joy
corwinjoy
Offline Send Email
Jan 20, 2003
8:26 pm
486
Thanks for your time :) I'm looking forward to your investigation !!! Luc. ... IdxContainer=_STL::hash_multiset<dtl::DBView<ExampleCStr,dtl::DefaultParamOb ......
Luc Bergeron
acid_til
Offline Send Email
Jan 21, 2003
12:05 am
487
Sure enough, VC7 did flip out on the old Dev snapshot. I've put out an updated snapshot that compiles on: VC6, VC7, HPUX, and BCC5.5. Once we finish our...
Corwin Joy <cjoy@...>
corwinjoy
Offline Send Email
Jan 21, 2003
11:13 pm
488
Corwin, I was wondering if you guys had given anymore thought to making it easier to support more datatypes, maybe through a lookup map that can be used during...
Shawn Anderson
anderson_shawn
Offline Send Email
Jan 22, 2003
12:38 am
489
I have not really thought about it that much. One possibility would be to create a class that BoundIO would inherit from that would consolidate all the...
Corwin Joy
corwinjoy
Offline Send Email
Jan 22, 2003
6:01 am
490
In a couple of your header files you have the following lines: #ifdef _MSC_VER #include <windows.h> #endif Would you consider switching it over to the...
Shawn Anderson
anderson_shawn
Offline Send Email
Jan 24, 2003
4:00 am
491
Corwin, I like were you are going, but I have a suggestion that might be one better. Consider the following code snippet (I'll explain after). Please bear in...
Shawn Anderson
anderson_shawn
Offline Send Email
Jan 24, 2003
4:00 am
492
In the latest releases we've actually changed this a little bit. Now this reads: #ifdef WIN32 #include <windows.h> #endif The two compilers that care about...
Corwin Joy
corwinjoy
Offline Send Email
Jan 24, 2003
4:08 am
493
I like the idea of a mapping very much as I think this could make things a lot easier. For us to code this would be fairly hard to do, though. Basically it...
Corwin Joy
corwinjoy
Offline Send Email
Jan 24, 2003
4:35 am
494
I've now found that you are right. By using the ODBC subset one don't have to use coalese(), nvl() etc. What is left though is the types and the creation of...
Tim TerlegÄrd
timte878@...
Send Email
Feb 1, 2003
8:13 pm
495
I would like to ask (if available) for a dtl roadmap. What features are planned next? Is encapsulating the odbc access layer to enable other db access layers...
cl_corba_at <Christia...
cl_corba_at
Offline Send Email
Feb 1, 2003
8:13 pm
496
Just look at the help which comes with the Oracle ODBC driver to find out the type mappings. For example: "For programmers, the noteworthy part of the...
Corwin Joy
corwinjoy
Offline Send Email
Feb 1, 2003
8:45 pm
497
... From: cl_corba_at <Christian.Lipp@...> [mailto:Christian.Lipp@...] Sent: Saturday, February 01, 2003 10:32 AM To:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 2, 2003
5:00 am
498
... The wiki is still empty, there was a discussion in december on the boost mailinglist and they will use the wiki in future to discuss reflection design...
cl_corba_at <Christia...
cl_corba_at
Offline Send Email
Feb 5, 2003
4:03 pm
499
I've gone ahead and put a new release out on the website. The release notes are as below, plus I have added information to the FAQ regarding the roadmap and...
Corwin Joy
corwinjoy
Offline Send Email
Feb 8, 2003
11:38 pm
500
Hi, I would like to have some kind of proxy interface in DTL. Any plans for that? Any ideas where I can look for ideas for that in case not. Regards, Lars...
schouwla <schouwla@...>
schouwla
Offline Send Email
Feb 13, 2003
3:11 am
501
What exactly do you mean by a proxy interface here? Corwin ... From: schouwla <schouwla@...> [mailto:schouwla@...] Sent: Wednesday, February 12,...
Corwin Joy
corwinjoy
Offline Send Email
Feb 13, 2003
3:11 am
502
Corwin, A) Something does let me keep some minimal part of the objects / rows in memory. On demand I want the rest to be loaded from the database. E.g. let's...
schouwla <schouwla@...>
schouwla
Offline Send Email
Feb 13, 2003
7:08 am
503
So that status of DTL is that is not multi thread safe now right? I will have a look at the libs for you and test it for that over time. Will post my changes...
schouwla <schouwla@...>
schouwla
Offline Send Email
Feb 13, 2003
7:08 am
504
The status is that I tried to make it "thread friendly" when we were writing the library by e.g. avoiding static variables, trying not to have globals or ...
Corwin Joy
corwinjoy
Offline Send Email
Feb 13, 2003
7:19 am
505
Hmm... let me take these one at a time...l ... From: schouwla <schouwla@...> [mailto:schouwla@...] Sent: Thursday, February 13, 2003 12:23 AM To:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 13, 2003
7:31 am
506
Hi, I have problems with DynamicDBView and primary keys. When I try to use a DynamicDBView to get the contents of a table with a primary key I get an extra...
pixelzauber <thomas@....
pixelzauber
Offline Send Email
Feb 14, 2003
3:30 pm
507
Hmmm.... looks like we have a bug here. Were are supposed to have a check so that key fields don't show up twice, but on inspection our check may be broken. ...
Corwin Joy
corwinjoy
Offline Send Email
Feb 14, 2003
4:03 pm
Messages 478 - 507 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