<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi Ivan,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "Ivan Smahin" <</FONT><A
href="mailto:IvanSmahin@public.kherson.ua"><FONT face=Arial
size=2>IvanSmahin@public.kherson.ua</FONT></A><FONT face=Arial
size=2>></FONT></DIV>
<DIV><FONT face=Arial size=2>To: "Valentina Beta" <</FONT><A
href="mailto:valentina-beta@lists.macserve.net"><FONT face=Arial
size=2>valentina-beta@lists.macserve.net</FONT></A><FONT face=Arial
size=2>></FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Wednesday, November 02, 2005 9:44
AM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: Re: [V4MD] get RecID from a long
query</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>> Hello info,<BR>> <BR>> Wednesday,
November 2, 2005, 10:32:09 AM, you wrote:<BR>> <BR>> ivc> Hi
Ruslan,<BR>> ivc> I need to know if is possible get RecID from this query
that works only if I<BR>> ivc> don't add RecID<BR>> <BR>> ivc>
query = "SELECT\<BR>> ivc> Appuntamenti_ID,\<BR>> ivc>
Appuntamenti_Giorno, Appuntamenti_Mese, Appuntamenti_Anno,\<BR>> ivc>
Appuntamenti_Ore,\<BR>> ivc> Persone_ID,\<BR>> ivc>
Studenti.Persone_Cognome || ' ' || Studenti.Persone_Nome,\<BR>> ivc>
Appuntamenti_Mediatore\<BR>> ivc> FROM Appuntamenti, Persone, Persone
Studenti\<BR>> ivc> WHERE\<BR>> ivc> Persone_ID =
Appuntamenti_PersoneDoc_Ref\<BR>> ivc> AND Appuntamenti_Persone_Ref =
Studenti.Persone_ID\<BR>> ivc> AND Appuntamenti_Aule_Ref = Aule_ID
"<BR>> <BR>> ivc> I need to begin with:<BR>> ivc> query = "SELECT
RecID,\<BR>> <BR>> ivc> is possible?<BR>> <BR>> Certainly
possible. But which table's RecID you are going to select?</FONT></DIV><FONT
face=Arial size=2>
<DIV><BR>Good, this works</FONT></DIV>
<DIV><FONT face=Arial size=2>query = "SELECT Appuntamenti.RecID,\</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>it's very simple, thanks Ivan.</DIV>
<DIV>Paolo</DIV>
<DIV><BR><FONT face=Arial size=2>> <BR>> SELECT<BR>>
Appuntamenti.RecID,<BR>>
Persone.RecID,<BR>>
Studenti.RecID,<BR>>
Appuntamenti_ID,<BR>>
...<BR>> FROM<BR>>
Appuntamenti, Persone, Studenti<BR>> ...<BR>> <BR>> -- <BR>> Best
regards,<BR>>
Ivan
</FONT><A href="mailto:IvanSmahin@public.kherson.ua"><FONT face=Arial
size=2>mailto:IvanSmahin@public.kherson.ua</FONT></A><BR><FONT face=Arial
size=2>> <BR>> _______________________________________________<BR>>
Valentina-beta mailing list<BR>> </FONT><A
href="mailto:Valentina-beta@lists.macserve.net"><FONT face=Arial
size=2>Valentina-beta@lists.macserve.net</FONT></A><BR><FONT face=Arial
size=2>> </FONT><A
href="http://lists.macserve.net/mailman/listinfo/valentina-beta"><FONT
face=Arial
size=2>http://lists.macserve.net/mailman/listinfo/valentina-beta</FONT></A><BR><FONT
face=Arial size=2>> </FONT></DIV></BODY></HTML>