[V4MD] get RecID from a long query

info at vallemediatime.com info at vallemediatime.com
Wed Nov 2 09:32:09 CST 2005


Hi Ruslan,
I need to know if is possible get RecID from this query that works only if I
don't add RecID

query = "SELECT\
Appuntamenti_ID,\
Appuntamenti_Giorno, Appuntamenti_Mese, Appuntamenti_Anno,\
Appuntamenti_Ore,\
Persone_ID,\
Studenti.Persone_Cognome || ' ' || Studenti.Persone_Nome,\
Appuntamenti_Mediatore\
FROM Appuntamenti, Persone, Persone Studenti\
WHERE\
Persone_ID = Appuntamenti_PersoneDoc_Ref\
AND Appuntamenti_Persone_Ref = Studenti.Persone_ID\
AND Appuntamenti_Aule_Ref = Aule_ID "

I need to begin with:
query = "SELECT RecID,\

is possible?

Thanks Paolo



More information about the Valentina-beta mailing list