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 1042 - 1071 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1042
* Version 3.6.3; Released July 12, 2004 * ***Bugfixes*** * Renamed MIN to DTL_MIN to avoid possible macro conflicts. * Fixed sql_iterator to point to end() if...
Corwin Joy
corwinjoy
Offline Send Email
Jul 12, 2004
7:04 am
1043
Hello! I'm writing a multi-threaded application and recently tried to use new SQL logging functionality (introduced in 3.6.2). And discovered that it is almost...
Artem Bozhenov
redart_98
Offline Send Email
Jul 13, 2004
7:27 am
1044
I agree, I think the variables DBStmt::RawStmtLog DBStmt::stmt_log; DBStmt::SortedStmtLog DBStmt::sorted_stmt_log; bool DBStmt::bStmtLogEnabled = false; should...
Corwin Joy
corwinjoy
Offline Send Email
Jul 13, 2004
6:19 pm
1045 Corwin Joy
corwinjoy
Offline Send Email
Jul 13, 2004
7:17 pm
1046
Hello! I have strange problem with multithreaded application. Can you, please, help me to figure this out. I have a function, that is called almost ...
Artem Bozhenov
redart_98
Offline Send Email
Jul 22, 2004
10:31 am
1047
Hello! I've figured this out. 1st thread enters GenericBindArrayString and calls GetSQL_types_to_C. eti_map is not constructed so it enters its constructor and...
Artem Bozhenov
redart_98
Offline Send Email
Jul 22, 2004
10:46 am
1048
Hello, I have just noticed that DTL excessively makes a compiler to look for names in a template parameter dependent base classes. For example, in "reference...
mkochetkov
Offline Send Email
Jul 22, 2004
5:01 pm
1049
Hello, I believe I have found another reason for DTL to have user-defined callback error handling mechanism. Here is the only one example but there might be...
mkochetkov
Offline Send Email
Jul 22, 2004
5:18 pm
1050
Artem, Thanks for pointing this out - Mike and I will fix the library to address this. Also - Mike has made a fix to the logging which associates each log with...
Corwin Joy
corwinjoy
Offline Send Email
Jul 22, 2004
9:49 pm
1051
I'm not quite sure what you are talking about here - and which part of the standard you are referring to. In terms of compilers we try to follow the standard...
Corwin Joy
corwinjoy
Offline Send Email
Jul 22, 2004
9:57 pm
1052
Hello, Corwin CJ> One question I have for CJ> you that will help me think about how to design the fix - when you use CJ> DTL do you use a seperate connection...
Artem Bozhenov
redart_98
Offline Send Email
Jul 23, 2004
1:22 pm
1053
... I have meant 14.6.2/3. ... erratically ... release a ... You are to qualify the depandent names explicitely, make use of using directive or use this->...
mkochetkov
Offline Send Email
Jul 23, 2004
1:33 pm
1054
... Strange, let me know if you isolate this. If you are moving to using one connection per thread (which is what most multi-threaded apps using DTL seem to...
Corwin Joy
corwinjoy
Offline Send Email
Jul 23, 2004
4:42 pm
1055
In fact, I think this might be something nice to add - and it might not even be all that hard to change all the throws from e.g. throw DBException(...) to ...
Corwin Joy
corwinjoy
Offline Send Email
Jul 24, 2004
2:39 am
1056
... not ... Well, I see that it is not that hard indeed, but I do not have time even just to move to the new 3.6.3 now. The QA phase is too deep now for such ...
mkochetkov
Offline Send Email
Jul 24, 2004
7:04 pm
1057
... Well, the concern is that the curErrorHandler object would be a single global object, so in a multi-threaded app it would need to be set before the threads...
Corwin Joy
corwinjoy
Offline Send Email
Jul 25, 2004
1:31 am
1058
* Version 3.6.4; Released July 27, 2004 * ***Bugfixes*** * Upgraded sql logging functionality so that sql logs are associated with a DBConnection. This should...
Corwin Joy
corwinjoy
Offline Send Email
Jul 26, 2004
7:22 am
1059
Hello Corwin, Here is chm file I use when working with DLT. The archive also contains HTML workshop project files to build this chm from your html files....
Artem Bozhenov
redart_98
Offline Send Email
Jul 26, 2004
10:12 am
1060
Hello. Here is error description found by me when using single DBConnection from 2 separate threads with MS SQL Server: Exception type: DBException Method:...
Artem Bozhenov
redart_98
Offline Send Email
Jul 26, 2004
1:23 pm
1061
... NAME, TYPE FROM ... [ODBC SQL Server ... underwater ... moving ... Hello, Artem, I am afraid you are wrong when you try to perform several operations on...
mkochetkov
Offline Send Email
Jul 26, 2004
3:42 pm
1062
Hi ... How are you synchronising access to the connection? Regards Paul Paul Grenyer Email: paul@... Web: http://www.paulgrenyer.co.uk Have you...
Paul Grenyer
paulgrenyer
Offline Send Email
Jul 26, 2004
3:59 pm
1063
Hello Artem, Thanks for the HTML workshop files, that will be a big help. I tried setting up a simple project along these lines but the resulting .chm file was...
Corwin Joy
corwinjoy
Offline Send Email
Jul 26, 2004
8:09 pm
1064
Доброго времени суток Paul, На дворе было 27 июля 2004 г., 9:58:37, и я получил весточку от тебя: PG>...
Artem Bozhenov
redart_98
Offline Send Email
Jul 27, 2004
6:02 am
1065
... it ... Just for clarification. MS SQL Server ODBC (or server itself) does not support concurrent operations on the same connection whether you use multiple...
mkochetkov
Offline Send Email
Jul 27, 2004
10:08 am
1066
Hi ... It's unlikely to work without synchronising anyway as I don't think the DTL is thread safe (in fact it would be very difficult to make it thread safe as...
Paul Grenyer
paulgrenyer
Offline Send Email
Jul 27, 2004
1:59 pm
1067
... Actually, we have tried to make DTL thread safe. See here in the docs for details: http://dtemplatelib.sourceforge.net/FAQ.htm#multithread...
Corwin Joy
corwinjoy
Offline Send Email
Jul 27, 2004
5:23 pm
1068
We found a potential issue here. The code appears to be correct, but asserts when we use the _STLP_DEBUG flag in STLPort 4.6.2. The problem is here: DataObj...
Brian
probe_us
Offline Send Email
Aug 3, 2004
4:03 pm
1069
Actually, if you take a look at the latest DTL release we have already fixed this! We ran into the same issue with MSVC 2005 where it threw an error because...
Corwin Joy
corwinjoy
Offline Send Email
Aug 3, 2004
5:13 pm
1070
Hi! 1. Recently I needed to write DBMS specific SQL statement and wanted to determine type of DBMS I use at runtime. I found out that DBConnection has 2...
Artem Bozhenov
redart_98
Offline Send Email
Aug 9, 2004
4:52 pm
1071
... Yes, we should doc these - I will add it to my todo list for the next version. ... I'm afraid so. For the mySQL driver you will just have to use a regular...
Corwin Joy
corwinjoy
Offline Send Email
Aug 9, 2004
8:39 pm
Messages 1042 - 1071 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