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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1068 - 1097 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
1072
Thank you. Artem mailto:dukei@......
Artem Bozhenov
redart_98
Offline Send Email
Aug 10, 2004
5:37 pm
1073
Hi, I'm new to DTL, and I believe I have found a bug in the code (and solution). The sourceforge link said to submit any bugs to this group. I've outlined my...
xplorer7
Offline Send Email
Aug 23, 2004
2:16 pm
1074
Thanks for pointing this out. I guess we just hadn't tested local BCA on a large enough number of columns. I will make/test the fix and add it to a release I...
Corwin Joy
corwinjoy
Offline Send Email
Aug 23, 2004
4:24 pm
1075
* Version 3.6.5; Released August 23, 2004 * ***Bugfixes*** * Fixed bug introduced in 3.6.4 that caused DynamicDBView with parameters to potentially trash...
Corwin Joy
corwinjoy
Offline Send Email
Aug 23, 2004
7:20 pm
1076
Oops. Correction this also includes the bugfix: * Version 3.6.5; Released August 23, 2004 * ***Bugfixes*** * Fixed bug in LocalBCA that caused columns to be...
Corwin Joy
corwinjoy
Offline Send Email
Aug 23, 2004
7:26 pm
1077
Hi, I am using DTL in multi-threaded program. The defalut connection is being used by all threads. I have used critical section for the sysncronization. Only...
nitin_garg_2000
Offline Send Email
Aug 26, 2004
3:15 pm
1078
... From a DTL point of view all you should need is a lock when you first initialize the connection via DBConnection::Connect(). This function will also...
Corwin Joy
corwinjoy
Offline Send Email
Aug 26, 2004
3:36 pm
1079
Now i am using a new connection in this function but still it showing the same behaviour. Is there any way to clean the running command form the other thread....
nitin_garg_2000
Offline Send Email
Aug 28, 2004
5:30 pm
1080
There is not any way to clear the running command from the other thread. One other possible source for the problem is that if you are using SQL server we...
Corwin Joy
corwinjoy
Offline Send Email
Aug 28, 2004
5:43 pm
1081
Hello, the grimace of fortune have made to port my framework to Linux — the quirk of our strategists I have expected least of all. I use a little bit hacked...
mkochetkov
Offline Send Email
Aug 30, 2004
3:00 pm
1082
O.K. Here are three possible solutions for you: 1. Try using unixODBC under FreeTDS instead of iODBC. I believe unixODBC runs fine under FreeTDS and does not...
Corwin Joy
corwinjoy
Offline Send Email
Aug 30, 2004
6:36 pm
1083
I don't really plan to support FreeTDS officially since I don't have a machine with this set up. We mostly test on RedHat Linux. Here I would say that the...
Corwin Joy
corwinjoy
Offline Send Email
Aug 30, 2004
6:41 pm
1084
Hi! Is it possible to skip some rows in DBView using select_iterator ++ operator and then do a bulk fetch? Sort of DBView<...> view(...); ...
Artem Bozhenov
redart_98
Offline Send Email
Aug 30, 2004
6:44 pm
1085
Probably what you want is RandomDBView from the library. This provides a random access iterator that you can position wherever you want in the recordset before...
Corwin Joy
corwinjoy
Offline Send Email
Aug 30, 2004
7:00 pm
1086
... Thank you for your quick reply. It is very impressive indeed. First of all please excuse me for the fact I cannot check your suggestions on the Linux...
mkochetkov
Offline Send Email
Aug 30, 2004
8:39 pm
1087
... I believe I shall address the FreeTDS guys. The ODBC in their distribution is not the latest one indeed. Thank you. — Michael Kochetkov....
mkochetkov
Offline Send Email
Aug 30, 2004
8:45 pm
1088
At 03:39 PM 8/30/2004, you wrote: If I get you right you think we can take the latest unixODBC sources (those ones in the distribution above are not the latest...
Corwin Joy
corwinjoy
Offline Send Email
Aug 30, 2004
9:43 pm
1089
... work. ... product ... so ... downside, ... ODBC ... Software, ... Corporation. Thank you a lot for such a review. I have read about ODBC-ODBC bridges but I...
mkochetkov
Offline Send Email
Aug 30, 2004
10:25 pm
1090
Hi Corwin, CJ> Probably what you want is RandomDBView from the library. CJ> This provides a random access iterator that you can position wherever CJ> you want...
Artem Bozhenov
redart_98
Offline Send Email
Sep 1, 2004
2:41 pm
1091
... Oops. I will change that. ... These are really meant to be internal members used by the class so we did not document them. Instead, for the users we just...
Corwin Joy
corwinjoy
Offline Send Email
Sep 1, 2004
3:41 pm
1092
Hi Corwin, ... CJ> These are really meant to be internal members used by the class CJ> so we did not document them. Instead, for the users we just provide CJ>...
Artem Bozhenov
redart_98
Offline Send Email
Sep 1, 2004
4:22 pm
1093
... OK. I should add some more description on this. ... Hmm... I didn't think this needed explanation, but maybe it does / some internals description is...
Corwin Joy
corwinjoy
Offline Send Email
Sep 1, 2004
6:07 pm
1094
There is also some more explanation about the different cursor types and how we designed the iterators in Designing an STL iterator abstraction for ODBC...
Corwin Joy
corwinjoy
Offline Send Email
Sep 1, 2004
6:13 pm
1095
Hello Corwin, CJ> There is also some more explanation about the different cursor types CJ> and how we designed the iterators in CJ> Designing an STL iterator...
Artem Bozhenov
redart_98
Offline Send Email
Sep 1, 2004
6:20 pm
1096
Hi We have a complex multithreaded server product that uses DTL to acess SQL Server databases. We have been getting access violation exceptions from various...
ssn77
Offline Send Email
Sep 2, 2004
7:40 pm
1097
Sathya, I'm not sure what could be causing this. Can you send a small example program to reproduce this? Short of that, you will likely need at least to...
Corwin Joy
corwinjoy
Offline Send Email
Sep 2, 2004
9:38 pm
Messages 1068 - 1097 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