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 1289 - 1318 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1289
* Version 3.6.7; Released January 1, 2005 * ***Bugfixes*** * Clean up casts and dummy parameters (Paul Harris). * Clean up header includes so that iterator...
Corwin Joy
corwinjoy
Offline Send Email
Jan 1, 2005
11:15 pm
1290
Hello, I've downloaded the last version of the DTL library and I'm trying to compile it under Linux. With gcc-3.4.3 I'm getting the following error: c++...
dragon_krome
Offline Send Email
Jan 3, 2005
8:33 am
1291
In BoundIO.h line 575 make the change to #if !defined (__GNUC__) template <> #endif struct correct_raw_ptr<TCHAR*> { typedef TCHAR* type; }; The template<> was...
Corwin Joy
corwinjoy
Offline Send Email
Jan 3, 2005
2:06 pm
1292
Hello everybody, I'm kinda new to this whole UNICODE business and I'd like a little help. I need to store some unicode strings in a database. Do I need to...
dragon_krome
Offline Send Email
Jan 3, 2005
3:19 pm
1293
... help. ... Under MSVC or Borland you need to define _UNICODE and UNICODE. Unfortunately under gcc we do not support unicode yet. The reason for this is that...
Corwin Joy
corwinjoy
Offline Send Email
Jan 3, 2005
5:17 pm
1294
... I've commented out that #define DTL_NO_UNICODE with gcc-3.3.4 and I've encountered a couple of errors. First of all, it seems to be a small conflict with...
dragon_krome
Offline Send Email
Jan 4, 2005
8:31 am
1295
Take a look at the C standard normative addendum 1. http://www.lysator.liu.se/c/na1.html We've tried to mostly follow this in terms of the basic unicode...
Corwin Joy
corwinjoy
Offline Send Email
Jan 4, 2005
7:46 pm
1296
I'm trying to build the DTL 367 with MSVC 7.1.3088 using STLport 4.6.2 but get compilation errors related to the std iterator templates. What's the suggested...
buschnick
Offline Send Email
Jan 5, 2005
3:45 pm
1297
The tests project has a sample STLport configuration which defines __STL_USE_OWN_NAMESPACE,__STL_USE_NAMESPACES,__STL_USE_NEW_C_HEADERS for STLport. Doing a...
Corwin Joy
corwinjoy
Offline Send Email
Jan 5, 2005
7:14 pm
1298
OK. I had a chance to look at this with STLport 4.6 and VC 8. It seems that STLport has changed how they define some of the standard iterators in 4.6 versus...
Corwin Joy
corwinjoy
Offline Send Email
Jan 6, 2005
5:28 am
1299
Wow, thanks alot for the effort and quick reply Corwin. Really appreciated. I'll probably get around to testing it tomorrow. And sorry for not answering...
buschnick
Offline Send Email
Jan 6, 2005
10:07 pm
1300
"Rebuild All: 5 succeeded, 0 failed, 0 skipped" I'm a happy monkey now ;-)...
buschnick
Offline Send Email
Jan 6, 2005
10:13 pm
1301
Hi, I'm back from my holidays so about to dive back into it. I have been having some really crippling problems, but only on the windows platform (mingw), not...
Paul
elegant_dice
Offline Send Email
Jan 13, 2005
4:16 am
1302
Further research on the problem (see previous email) reveals that GetFieldInfo() does NOT support table lists that involve the 'JOIN' syntax. The one...
Paul
elegant_dice
Offline Send Email
Jan 13, 2005
8:35 am
1303
Hi, Just stumbled onto a bug in RandomDBView, turns out the select buffer can be deallocated without being allocated! Note, I've not tested this with the...
Paul
elegant_dice
Offline Send Email
Jan 13, 2005
8:53 am
1304
I did not know about this kind of join syntax since most other databases do outer joins differently. Solutions: 1. Use sql_iterator. This will use your sql...
Corwin Joy
corwinjoy
Offline Send Email
Jan 14, 2005
12:31 am
1305
Thanks for pointing this out. I will add a flag to check the buffer before destruction. ... Tonya Harding Rejected Fantasy #3002. From the Tonya Harding...
Corwin Joy
corwinjoy
Offline Send Email
Jan 14, 2005
12:32 am
1306
Hi every: I am new to DTL. I meet trouble when I executed example with SAPDB. This is the result: !!!!!!!!!!!!!!!!!!!!! Begin Example CStringExample()...
Gu Lei
gl_yuanjue
Offline Send Email
Jan 15, 2005
3:32 am
1307
The problem here is that DTL tries to be smart for the DynamicDBViews and make sure that the primary key is included in the list of columns for a table so that...
Corwin Joy
corwinjoy
Offline Send Email
Jan 17, 2005
12:05 am
1308
... oh, sorry I didn't realise. I checked 3 databases, it IS supported by MySQL, SqlServer but not by Oracle. Interesting... It is possible to avoid LEFT...
Paul
elegant_dice
Offline Send Email
Jan 17, 2005
12:23 am
1309
I've added it to the CVS...
Paul
elegant_dice
Offline Send Email
Jan 17, 2005
1:23 am
1310
Hi, I'd like to request someone check out the latest CVS code and try and compile with cygwin and MSVC++6-7 (and whatever else), when they get the chance... ...
Paul
elegant_dice
Offline Send Email
Jan 17, 2005
3:24 am
1311
Thanks! ... Tonya Harding Rejected Fantasy #3002. From the Tonya Harding official website: http://www.tonyaharding.com/messages/rejected.cfm Fantasy Message...
Corwin Joy
corwinjoy
Offline Send Email
Jan 17, 2005
5:54 am
1312
Hi, Do you mind if I split the headers and the source files? I want to move the .cpp files from lib to src, and .h files from lib to dtl That way I can...
Paul
elegant_dice
Offline Send Email
Jan 17, 2005
6:22 am
1313
Personally, I vote no. The main reason is that if we change this directory structure then I have to go through and change all the make files + change up the...
Corwin Joy
corwinjoy
Offline Send Email
Jan 17, 2005
6:23 pm
1314
Hi, I'm having trouble compiling with MS Visual Studio 2003 (7.1) and Stlport 4.6.2. I've tracked the problems to following headers (uppercase comments about...
aleskx
Offline Send Email
Jan 17, 2005
8:16 pm
1315
We had a similar report of this problem recently from someone else. I think STLport may have changed how they define iterators in the latest release with VC...
Corwin Joy
corwinjoy
Offline Send Email
Jan 17, 2005
8:50 pm
1316
Corwin, I've found the solution to my earlier posted problem. Sorry for being to eager to ask without proper research. Thanks, Alex...
aleskx
Offline Send Email
Jan 17, 2005
8:54 pm
1317
Hello: When I run the example with SAPDB I get an error: !!!!!!!!!!!!!!!!!!!!! Begin Example TableStructExample() !!!!!!!!!!!!!!!!!!!! Objects read from DB: ...
Gu Lei
gl_yuanjue
Offline Send Email
Jan 18, 2005
1:45 am
1318
Hi, Turns out LEFT JOIN etc is standard ANSI syntax that Oracle does support, see: http://www.dba-oracle.com/tips_oracle_left_outer_join.htm I tried to change...
Paul
elegant_dice
Offline Send Email
Jan 18, 2005
4:22 am
Messages 1289 - 1318 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