Submitted by ArunShah on Jan 09, 2013 - 11:59 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 Submitted by Karthik on Jan 09, 2013 - 21:14 Permalink 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. Log in or register to post comments Submitted by ArunShah on Jan 16, 2013 - 17:12 In reply to Download from the below by Karthik Permalink 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 Log in or register to post comments Submitted by ArunShah on Jan 16, 2013 - 17:19 Permalink 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.. ? Log in or register to post comments Submitted by Karthik on Jan 20, 2013 - 19:00 In reply to tell me a query by ArunShah Permalink Select Query in Foxpro Log in or register to post comments Submitted by Karthik on Feb 09, 2013 - 08:20 Permalink 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%' Log in or register to post comments Add new comment
Submitted by Karthik on Jan 09, 2013 - 21:14 Permalink 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. Log in or register to post comments
Submitted by ArunShah on Jan 16, 2013 - 17:12 In reply to Download from the below by Karthik Permalink 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 Log in or register to post comments
Submitted by ArunShah on Jan 16, 2013 - 17:19 Permalink 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.. ? Log in or register to post comments
Submitted by Karthik on Jan 20, 2013 - 19:00 In reply to tell me a query by ArunShah Permalink Select Query in Foxpro Log in or register to post comments
Submitted by Karthik on Feb 09, 2013 - 08:20 Permalink 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%' Log in or register to post comments
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.
In reply to Download from the below by Karthik
Permalinktell 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..
?
In reply to tell me a query by ArunShah
PermalinkSelect 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%'