Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error: Function argument value, type, or count is invali
Message
De
16/07/2004 14:43:50
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
16/07/2004 12:32:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00925243
Message ID:
00925298
Vues:
13
Hi Edgar

See if the sys(11) is the problem.

SELECT Sys(11,Llamadas.fllamada) FROM Llamadas into cursor c_Test

To improve performance, I would

make sure I had ...
INDEX ON Sys(11,Llamadas.fllamada) TAG whateveryouwanttocallit
create new variables before running the query...
lnIni = sys(11,m.ini)
lnFin = sys(11,m.fin)
Then I'd change the where clause...
where 	Sys(11,Llamadas.fllamada) BETWEEN m.lnIni AND m.lnFin
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform