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 1719 - 1752 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1719
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Kathy S
kathy_tn34
Offline Send Email
Sep 3, 2005
6:13 am
1720
... From: "Michael Lin" <michael.lin@...> To: <cjoy@...>; <michael.gradman@...> Sent: Thursday, September 01, 2005 9:34 PM Subject:...
Corwin Joy
corwinjoy
Offline Send Email
Sep 3, 2005
6:04 pm
1721
Hi Brocha, I recall there was a problem with bulk fetches, so I worked around it by using single selected like you did. I just do a copy() over all the ...
Paul
elegant_dice
Online Now Send Email
Sep 5, 2005
10:38 am
1722
... From: "Paul" <elegant_dice@...> ... It should. The place to look at would be line 1195 in select_iterator.h boundIOs.SelUserValidateAddr(pdata_begin...
Corwin Joy
corwinjoy
Offline Send Email
Sep 6, 2005
7:56 am
1723
Hi All Has anyone had any luck getting Stored Procedure Result sets to work with Oracle's ODBC driver (Oracle 9i versions 9.02.00.00) I have included some...
Strickrott, Jeffrey
strij019
Offline Send Email
Sep 6, 2005
1:39 pm
1724
MessageJeff, There are a couple of things I can think to try here: 1. The Oracle drivers are unfortunately a bit flaky with some of the more 'advanced' ODBC...
Corwin Joy
corwinjoy
Offline Send Email
Sep 6, 2005
2:38 pm
1725
Hi Corwin: I am using the Result set syntax {call PackageName.ProcedureName({resultset <NumberOfRows>, Table(array), Table(array),...})} as I am returning a...
Strickrott, Jeffrey
strij019
Offline Send Email
Sep 6, 2005
4:31 pm
1726
Jeff, Have you looked at the documentation that comes with the Oracle ODBC drivers? It is called sqora.chm and comes with the Oracle ODBC drivers. Anyway, if...
cjoy@...
corwinjoy
Offline Send Email
Sep 6, 2005
6:34 pm
1727
Brocha, We have two sets of regression tests that we run after changes to check that all is well. There is the example project and the expected results can be...
Corwin Joy
corwinjoy
Offline Send Email
Sep 7, 2005
1:39 am
1729
Michael, Thanks again for these changes. I have merged them into CVS after running the regression tests and everything looks good. This is nice to have the...
Corwin Joy
corwinjoy
Offline Send Email
Sep 7, 2005
2:18 pm
1730
In addition to Corwin's advice, I can throw out one or two other things but I've never actually tried it. I think if you want to use Oracle syntax it would be...
Geoffrey Gowan
ggowan_2000
Offline Send Email
Sep 7, 2005
5:46 pm
1731
Corwin, I ran the example project and got identical results with the change and without. Unfortunately I am not able to compile the tests project (VC6 SP6) as...
Brocha Strous
brocha@...
Send Email
Sep 8, 2005
3:58 am
1732
Brocha, This is due to the new linux 64 bit support changes. I tested these with gcc but have not done a compile on vc yet. I will look into this. Anyway,...
Corwin Joy
corwinjoy
Offline Send Email
Sep 8, 2005
2:31 pm
1733
Hi, Why does DTL turn SQL string into upper case and is there a way to prevent it from happening? I have a case-sensitive database that I have no control of. ...
aleskx
Online Now Send Email
Sep 9, 2005
8:59 pm
1734
Actually, it is up to you how you want DTL to handle case. In the example project files we have defined DTL_UC. This causes DTL to convert all the table and...
cjoy@...
corwinjoy
Offline Send Email
Sep 9, 2005
9:05 pm
1737
We have been running our DTL application with BoundsChecker, which is reporting a whole slew of illegal memory accesses. My investigations have led me to...
Moshe Z. Matitya
moshem_kayote
Offline Send Email
Sep 15, 2005
11:40 am
1738
Hi Michael, Adding distinct like this might be a good idea. Let me think about it a bit more before I incorporate these changes. Obvious questions are: 1. If...
Corwin Joy
corwinjoy
Offline Send Email
Sep 16, 2005
2:58 am
1739
Moshe, I agree. I made a mistake here when I converted the end pointer to be compatible for MSVC. I should have just added size() not size() + 1 as you point...
Corwin Joy
corwinjoy
Offline Send Email
Sep 16, 2005
3:04 am
1741
Hi, I am trying to get the example that comes with Version 3.6.10, I am trying to use Access 2003 and the mdb file will not be recognised by Access. I am quite...
Kevin Morrison
morrisok
Offline Send Email
Sep 27, 2005
9:15 am
1742
... That is because database is corrupted. Download version 3.6.9 and use database from there. I guess CVS is the guilty this time for this corruption? Corvin?...
Darko Miletic
kiklop_74
Offline Send Email
Sep 27, 2005
10:38 am
1743
... Somehow I doubt that whatever is done from an ODBC angle can corrupt a database so badly that its corrupted at a binary level. Sure, you can screw up the...
Paul
elegant_dice
Online Now Send Email
Sep 27, 2005
12:04 pm
1744
Thanks for the quick response, I downloaded 3.6.9 and it loaded into Access no probs. Kevin. ... am ... by ... use...
Kevin Morrison
morrisok
Offline Send Email
Sep 27, 2005
12:42 pm
1745
Daniel, I have not kept the bpr files up to date so I should really remove them from the distibution. If you look at the ReadMeBorland.html file the way we...
Corwin Joy
corwinjoy
Offline Send Email
Sep 27, 2005
5:58 pm
1746
Thanks for pointing this out. I have been out of town for a few days due to Hurricane Rita but I will make a new build. Corwin ... From: "Kevin Morrison"...
Corwin Joy
corwinjoy
Offline Send Email
Sep 27, 2005
7:44 pm
1747
Hi All, I've found a nasty crash bug in the cleanup of the DTL on program termination. This is the sample program: #include "DBConnection.h" int main() { ...
Paul
elegant_dice
Online Now Send Email
Oct 3, 2005
7:11 am
1748
I've seen something like this reported before in the case of DLLs: http://groups.yahoo.com/group/DatabaseTemplateLibrary/message/1200 the fact that it only...
Corwin Joy
corwinjoy
Offline Send Email
Oct 4, 2005
1:56 am
1749
I haven't looked into this, but I wouldn't be suprised if the problem was just that the ODBC libs/drivers are already destructed. Clearly we should not be...
Geoffrey Gowan
ggowan_2000
Offline Send Email
Oct 4, 2005
5:41 pm
1750
Another approach that maybe we could take would be to change the default connection to be stored as a CountedPtr<DBConnection> and see if those destructors get...
Gradman, Michael
cppguru777
Offline Send Email
Oct 4, 2005
5:51 pm
1751
I think the problem basically comes down to the ambuguity of global destruction order. Essentially the default connection is a global object. Sometimes, the...
cjoy@...
corwinjoy
Offline Send Email
Oct 4, 2005
9:41 pm
1752
Hello DatabaseTemplateLibrary I've found a bug when working with RandomDBView with MS SQL Server 2000. If you call end() function of an iterator on this class,...
Artem Bozhenov
redart_98
Offline Send Email
Oct 6, 2005
5:27 pm
Messages 1719 - 1752 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