sql server - Prompt user with yes/no textbox during SQL query -


what ways there create textboxes during sql query? have query searches duplicate rows in database. i'd inform user of duplicates , prompt them textbox says "250 duplicate entries have been found. delete them? yes/no" if yes, data deleted. if no, nothing happens.

unfortunately can't sql. you'd have use else build interface can prompt user input. javascript, php, c#, or shell scripting language work this.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -