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.
No, I just need to continue a for cicle when a button on GUI is pressed.
The question is that I've multiple result to display in a textBox one by one, so the click in the button will display the next value (due the next for cicle interaction) until the array with result are empty.
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
one more time many thanks for your support. Works ... but my idea it's something more flexible that allow substitute date and time values in query for variables ... in this case how I can add a day (date='20/05/2007' + 1)????
Regards
Many thanks for your help ... but if the dates are note adjacent? i.e between 20/05 and 30/05 :-( ... I'm using DB2 and I cannot change tables on this DB (It's corporative) ... Any other idea?
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.