Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conexões SQL
Message
From
04/12/2002 06:38:53
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00729363
Message ID:
00729368
Views:
10
Você deve concatenar os parametros.

Exemplo:

lcComando = "Select * from"
lcComando = lcComando + " Clientes where"
lcComando = lcComando + " Codigo > 0"

Agora você executa passando como String de execução a variável lcComando.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform