Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql select not working on the server
Message
 
 
To
17/10/2001 13:34:33
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00569736
Message ID:
00569762
Views:
17
< snip >
>
>everything is ok. until here but the next sql select (like i say before just inthe server machine )
>

What's "server machine"?
>Select Indiar.*, cSec, cHora, cEmp, cRef, Space(40) As cOpc, Indiar.TesMinu As TMin, 00000 As Malas ;
>  From Indiar, &TSec S, &TTur T, &TOpe O, &TRef R ;
> Where Indiar.CodSecc = S.CodSecc And Indiar.Turno = T.Turno ;
>   And Indiar.Operario = O.Operario And Indiar.Referencia = R.Referencia ;
>   And BetWeen(Indiar.FechaProd, Fec1, Fec2) &wWhere ;
> Order By Indiar.FechaProd, Indiar.CodSecc, Indiar.Referencia, Indiar.Operalte, Indiar.Operacion, ;
> 		 Indiar.Operario, Indiar.Es_Extra ;
>  Into Table (lTable1)
And what's wrong here? Do you get error message or incorrect result?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform