![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
| Messages 11 to 17 of 17 total |
| Fri, Aug 19 2011 3:02 AM | Permanent Link |
Roy Lambert NLH Associates | Richard
You're definitely into the seriously weird territory now! I look forward to the demo app. Roy Lambert [Team Elevate] |
| Mon, Sep 5 2011 8:03 PM | Permanent Link |
Richard Harding Wise Nutrition Coaching | I tried creating a small application to demonstrate the above behaviour.
* Created a new database with new application * Existing database with the new application * Existing database with existing application using a new form In all cases, the offending clause below that was returning NULL is now returning the correct result. SELECT parentID, (SELECT C1.FullName FROM Contacts C1 WHERE C1.ID = ParentID ) AS ParentName, ChildID, (SELECT C2.FullName FROM Contacts C2 WHERE C2.ID = ChildID ) AS ChildName -- Offending Clause FROM ContactRelationships WHERE ParentID = 1 The offending clause still returns NULL in the original form even if I run the query in a newly created session. I have given up trying to use the sensitive query and I am using the query below with Delphi Lookup fields to find the Child information. SELECT ID, ParentID, ChildID FROM ContactRelationships It will have to remain a mystery to me. Richard Harding |
| Tue, Sep 6 2011 4:45 AM | Permanent Link |
Roy Lambert NLH Associates | Richard
You're good to go on the Twilight Zone Roy Lambert |
| Tue, Sep 6 2011 11:47 AM | Permanent Link |
John Hay | Richard
> I tried creating a small application to demonstrate the above behaviour. > > * Created a new database with new application > * Existing database with the new application > * Existing database with existing application using a new form > > In all cases, the offending clause below that was returning NULL is now returning the correct result. > > SELECT > parentID, > (SELECT C1.FullName FROM Contacts C1 WHERE C1.ID = ParentID ) AS ParentName, > ChildID, > (SELECT C2.FullName FROM Contacts C2 WHERE C2.ID = ChildID ) AS ChildName -- Offending Clause > FROM ContactRelationships > WHERE ParentID = 1 > > The offending clause still returns NULL in the original form even if I run the query in a newly created session. > > I have given up trying to use the sensitive query and I am using the query below with Delphi Lookup fields to find the Child information. > > SELECT ID, ParentID, ChildID FROM ContactRelationships > > It will have to remain a mystery to me. I hate something like this remaining unsolved John |
| Tue, Sep 6 2011 12:58 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. | Richard,
<< The offending clause still returns NULL in the original form even if I run the query in a newly created session. >> Hmm, did you check to see if maybe your existing project is picking up any stray older EDB code/dcus from a project-specific compiler search path ? That might account for the difference. -- Tim Young Elevate Software www.elevatesoft.com |
| Mon, Sep 12 2011 4:24 AM | Permanent Link |
Richard Harding Wise Nutrition Coaching | <<Hmm, did you check to see if maybe your existing project is picking up any stray older EDB code/dcus from a project-specific compiler search path ?
That might account for the difference. >> Yes . . . I am using EDB v 2.05. I found a v2.03 package (edb203r2007run.bpl )in another in another directory. Deleting this file seems to have fixed the problem. Thank you. Richard Harding . . . |
| Mon, Sep 12 2011 4:26 AM | Permanent Link |
Richard Harding Wise Nutrition Coaching | <<I hate something like this remaining unsolved
Thank you for your offer but I think I have fixed the problem - (It was really Tim who fixed it) Richard Harding |
| « Previous Page | Page 2 of 2 | |
| Jump to Page: 1 2 | ||
This web page was last updated on Monday, June 8, 2026 at 08:41 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

