Search found 1 match

by dps1943
Sun Jun 19, 2011 1:20 am
Forum: General Questions and Discussion
Topic: multiple deletes
Replies: 1
Views: 1211

multiple deletes

Is is possible to do a group of commands at one time in DB manager? For example, if I copy/paste the text below to the command line, only the first line executes. Is there a way to get all four (or more) to execute? delete from sk.dbf where mail_no=8 and pers_no=5 delete from sk.dbf where mail_no=25...