Jan 5, 2011 #1 dmrVA IS-IT--Management Jul 22, 2003 164 US Is there anyway to delete a BM without having to delete every individual item? I have lots of parts to delete to clean up the database. THanks
Is there anyway to delete a BM without having to delete every individual item? I have lots of parts to delete to clean up the database. THanks
Jan 7, 2011 #2 dgillz Instructor Mar 2, 2001 10,038 US Write a SQL script: DELETE from bmprdstr_sql WHERE par_item_no in ('PARENT ITEM A','PARENT ITEM B',...) This will work in Pervasive as well. Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: http://www.gainfocus.biz/exceladdin.html Upvote 0 Downvote
Write a SQL script: DELETE from bmprdstr_sql WHERE par_item_no in ('PARENT ITEM A','PARENT ITEM B',...) This will work in Pervasive as well. Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: http://www.gainfocus.biz/exceladdin.html