Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cerrando un vista remota.
Message
From
30/12/2002 17:49:44
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00736289
Message ID:
00736792
Views:
13
Esparta como puedo colocar el siguiente codigo en un string, para ejecutarlo con un SQLEXEC...???

SELECT Rconvenio.tiposol, Rconvenio.cliente, Ctesafi.tipocte,;
Ctesafi.nmusm2, COUNT(convenio.fecha) AS volumen,;
SUM(convenio.monto) AS bolivares;
FROM datos!ctesafi INNER JOIN datos!rconvenio ;
ON Ctesafi.cuscun = Rconvenio.cliente and rconvenio.bcesso=?estatus and between ?desde and ?hasta;
GROUP BY Ctesafi.cuscun;

Considerando que la variables ?estatus, ?desde, ?hasta son parametros.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform