Thanks Idarke. That was real helpful.
Actually I was looking for a solution in the Timer class itself. But yes you are right we can wrap it up in an infinite loop to achieve the goal.
Regards,
Pure
Hi
I am trying to schedule a recurring task using Timer and TimerTask classes. What I could not understand is how to schedule my task for an indefinite time. I am creating a Timer object. Then I ask it to schedule a TimerTask by passing it an instance of my TimerTask subclass. What I wish is to...
Hi there,
I am new to PHP development and I just wanted to know which one is the best PHP development product available. I'd like to see syntax highlighting, debugging, macros, code completion and code factoring in my PHP development environment. I am sure I would get some very nice...
hi,
Yes I recently finished a message board in java and it is like this message board. Tell me what kind of help you are expecting from my side?
regards
Simple
Well I add a column to a table by using ALTER table command. Now I want this column to be removed. This column does not contain any data. Tell me how to do this???
I have in my table two TEXT fields. I want to add them. I have used '+' and '¦¦' operators but they give error. They work however with varchar and char fields. Just tell me how to add two TEXT fields? I cant convert them into varchar or char since they will get their data lost.
How we can cascade updates, insert or deletion in tables to enforce refrential integrity. Will I have to write a trigger for it? Or there is some other way also?
Salam (Hi)<br>
There are two wild cards that are used in SQL, LIKE and Underscore '_' and you can use these as<br>
<br>
Example 1<br>
Select Field1 from mytable where Field1 LIKE '%mile'<br>
Result: It will retrieve words that start with anything but that end with mile. e.g Smile, Shumile...
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.