| SQL Error Execution
			 Action | Select the action to be taken on an error during SQL execution. 
 
                                Always — always
				  continues execution when an error occurs. 
				Never — always stops
				  execution when an error occurs. 
				Prompt — interrupts
				  execution on each error, displaying a dialog to resume execution (default).  
				 |