Hello,
I need to build a script to detect some keywords in the command prompt and when of that keywords appears, just execute the command (query, etc...) after a confirmation.
example:
Command -> rm file.ext
Warning -> "sure to rm?"
User input -> yes
If user type yes the command is executed...
Hello, the question is simple. There's any way to create a warning to force user to confirms every query with delete comand?
Example:
comand -> delete from xyz
warning -> "Sure to delete?"
user input ->yes
result -> query executed
Many thanks.
Hi ppl,
I need to increment a FOR cicle for every click on a button. something like:
if(buttonNextStep.Click)
continue;
Anyone could help me?
Many thanks
Hi, this is my first thread :)...
I've a table with a Date column and a time column (and more columns of course...). So I'm searching for a query to limit the result by date and time.
For example I want to select all rows that contains date and time between 20/05/2007 at 05:00:00 and 21/05/2007...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.