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 494 - 523 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
508
Hi all ! I'm new on this list. I have to work with ODBC in C++. First I tried to use the API directly, but IMHO it is a pain in the ass (no exception safety,...
Adrian Spermezan <ro_...
ro_spadi
Offline Send Email
Feb 14, 2003
9:59 pm
509
Basically all this logic does is to try to detect quoted column names (i.e. column names with spaces in them) for proper processing. You are right that you...
Corwin Joy
corwinjoy
Offline Send Email
Feb 14, 2003
10:13 pm
510
This migth be sligtley off topic. I can see that DTL was tested with: Merant 3.7 ODBC Where can I get this driver for SUN Solaris 5.6 that can connect to a ...
schouwla <schouwla@...>
schouwla
Offline Send Email
Feb 17, 2003
5:11 pm
511
... change our ... DBConnection.cpp line ... I did, but it does not pass through there. rc is 0, it is a success and the MyODBC driver returns that the quote...
Adrian Spermezan <ro_...
ro_spadi
Offline Send Email
Feb 17, 2003
5:12 pm
512
Hi all ! I want to make something that seems against the concept of iterators in STL: I need to read some attributes of the row pointed to by an insert...
Adrian Spermezan <ro_...
ro_spadi
Offline Send Email
Feb 17, 2003
5:12 pm
513
The Merant drivers can be found at http://www.datadirect-technologies.com/ ... From: schouwla <schouwla@...> [mailto:schouwla@...] Sent: Sunday,...
Corwin Joy
corwinjoy
Offline Send Email
Feb 17, 2003
5:14 pm
514
The short answer here is that the insert iterator just executes an insert and does not read the record back. So, if you want to find out what id was created...
Corwin Joy
corwinjoy
Offline Send Email
Feb 17, 2003
5:30 pm
515
That stinks that the ODBC driver is returning a <space> as the quote mark for fields. The only thing I can think of here is to simply add a test for what the...
Corwin Joy
corwinjoy
Offline Send Email
Feb 17, 2003
5:34 pm
516
... I upgraded the MySQL ODBC driver (a.k.a. MyODBC) on my computer. Well, I don't know if I can say this is an upgrade: I used Production: 2.50.39 Now I use: ...
Adrian Spermezan <ro_...
ro_spadi
Offline Send Email
Feb 20, 2003
9:24 pm
517
Hello ! I want to make a SQL statement (a DELETE, but SELECT is a candidate too) which has a filter clause like this: "WHERE SOME_FIELD IN ( 1, 3 6 )..." That...
Adrian Spermezan <ro_...
ro_spadi
Offline Send Email
Feb 20, 2003
9:24 pm
518
... It is probably easiest to just execute your statement directly with a DBStmt. i.e. DBStmt("DELETE FROM MY_TABLE WHERE SOME_FIELD IN ( 1, 3 6)").Execute ();...
Corwin Joy <cjoy@...>
corwinjoy
Offline Send Email
Feb 20, 2003
9:36 pm
519
When Mike and I use DTL we often make heavy use of std::pair as this lets us directly read tables into std::map and other structures very quickly. So, let's...
Corwin Joy <cjoy@...>
corwinjoy
Offline Send Email
Feb 20, 2003
10:14 pm
520
I like the idea :) And the thought of using tuples works, or what about a series of nested maps instead to keep it in line with standard stl. Shawn ... From:...
Shawn Anderson
anderson_shawn
Offline Send Email
Feb 21, 2003
2:01 am
521
Here are two cool examples of how you can automate creating tuples (boost style) or structs against the DB ... Both of these ideas are cool, but we can't...
Gradman, Michael
windryder1
Offline Send Email
Feb 21, 2003
9:27 pm
522
Hi, Has anyone did any comparision study between OTL and DTL. I appreciate if anyone can let me know the advantages of using DTL over OTL. Thanks in advance ...
Raghunadha R Kotha <r...
raghu_kotha
Offline Send Email
Feb 22, 2003
1:20 am
523
Corwin, I was just curious as to why there is no support for the DECIMAL and/or NUMERIC datatype? Basically, I am in need of something larger than a unsigned...
Shawn Anderson
anderson_shawn
Offline Send Email
Feb 24, 2003
5:15 pm
Messages 494 - 523 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