Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting data for a range
Message
From
16/06/2003 15:01:06
 
 
To
16/06/2003 14:52:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00800434
Message ID:
00800447
Views:
23
something like :
lsql="SELECT Fld1,fld2,fld3 FROM mytable WHERE fld2= ?cParam"
lnResult=SQLEXEC(lnHandle,lsql,'tempTbl')
that will place it in a CURSOR

>Hello
>
>In a client-server environment , how can retrieve data from tables by SQL
>
>eg i have payfiles like PayJan03,payFeb03,PayMar03 and if the user select Jan 03 .. Apr03 how can select the data by SQL into a temp table ?
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform