Re: Preventing new records from being added to a table (more)

2006-12-06 Thread MB Software Solutions
Rick Schummer wrote: No, TABLEREVERT() works with any of the buffering schemes except for no buffering. The difference between row and table is table does not have any implicit updates happening behind your back. Table buffering also means you can have multiple records with uncommitted

RE: Preventing new records from being added to a table

2006-12-05 Thread Rick Schummer
But what if they change their mind about adding that record? How do I prevent that blank record from being added to the table if they click my IGNORE button? I don't want my table to have blank records in it. TABLEREVERT() will remove the added record. Buffering is for all changes to the