By ArunShah , 9 January, 2013 pls help me how to install foxpro 2.6 in win 7 and i want to learn how to view data base. ? Forums Desktop Programming Download from the below Download from the below link https://www.box.com/s/zad72supxkzuvhg69drg See readme file for installation instructions. If you have any doubt reply here. tell me one query .. tell me one query .. suppose i have a data base with name address and pincode.. etc how can i search customer by particular pincode. or address? file in dbf format tell me a query tell me a query suppose i have a data base , customer name, address and pincode. how can i search customer by particular pincode. or name.. ? Select Query in Foxpro Select query in foxpro For searching number.. e.g. pincode select * from dbfname where pincode = 600001 For searching strings select * from dbfname wehre name like '%arun%' Add new comment
Download from the below Download from the below link https://www.box.com/s/zad72supxkzuvhg69drg See readme file for installation instructions. If you have any doubt reply here.
tell me one query .. tell me one query .. suppose i have a data base with name address and pincode.. etc how can i search customer by particular pincode. or address? file in dbf format
tell me a query tell me a query suppose i have a data base , customer name, address and pincode. how can i search customer by particular pincode. or name.. ?
Select query in foxpro For searching number.. e.g. pincode select * from dbfname where pincode = 600001 For searching strings select * from dbfname wehre name like '%arun%'
Download from the below
Download from the below link
https://www.box.com/s/zad72supxkzuvhg69drg
See readme file for installation instructions.
If you have any doubt reply here.
tell me one query ..
tell me one query ..
suppose i have a data base with name address and pincode.. etc
how can i search customer by particular pincode.
or address?
file in dbf format
tell me a query
tell me a query
suppose i have a data base , customer name, address and pincode.
how can i search customer by particular pincode. or name..
?
Select Query in Foxpro
Select query in foxpro
For searching number.. e.g. pincode
select * from dbfname where pincode = 600001
For searching strings
select * from dbfname wehre name like '%arun%'