View Single Post
  #4 (permalink)  
Old 09-07-04, 11:53 AM
websmart's Avatar
websmart websmart is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 74
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation I meant bit different

When you include search conditions in EVERY command, it will
work, naturally.

What I meant was, in foxpro/dbase, after you open table and use
'SET FILTER TO CITY="New York"' then you keep on working on
that table and run other commands on that table, only those records
which have city='New York' will be displayed, edited, deleted etc.
In every command you will not be requred to additionally type
FOR CITY='New York' once you have SET filter for that.

For MySQL Table, is similar command exist, which limit subsequent
commands for those type of records only without using record matching
criteria for EACH command.

Hope this makes my question clear.
__________________
Vyapari Trade Secrets
http://www.vyapari.com/maillist/

Last edited by websmart; 09-07-04 at 11:55 AM.
Reply With Quote