Re: Relational vs. PICK/Object DBMS

From: Neo <neo55592_at_hotmail.com>
Date: 2 May 2004 08:52:10 -0700
Message-ID: <4b45d3ad.0405020752.5275c386_at_posting.google.com>


> > // Loop thru things satisfying expression & print full name.
> > // The loop below prints:
> > // "((wig))(wig2)... [here, query routed via red]
> > // "((wig))(wig2)... [here, query routed via green]
> > // "((coat))(coat3)...
> > while (int* pT=X(pExpr)){
> > TCHAR sName[kNmSz_g+1] = _T("");
> > T_Name_get(pT, sName, kNmSz_g, TRUE);
> > TRACE(_T("%s\n"), sName);
> > }
>
> The above prints [duplicate] information that was not required.
> Can you fix it?

Fixed. Function X now only returns distinct things that satisfy the specified relational expressesion (pExpr).

Could someone (Bob?, Alfredo?, Eric?, Leandro?) show an equivalent RDM solution? Received on Sun May 02 2004 - 17:52:10 CEST

Original text of this message