Search Results

Showing results 1 to 40 of 822
Search took 0.04 seconds.
Search: Posts Made By: verruckt24
Forum: Java Sep 20th, 2009
Replies: 2
Views: 229
Posted By verruckt24
Well in that case a simple solution is to go back and ask the assignment giver for a more detailed explanation on what to do.
Forum: MySQL Sep 19th, 2009
Replies: 7
Views: 559
Posted By verruckt24
Hi MARUN,

As I see there are some discrepancies in your queries here. First you say that you want to limit the entrants to 20 but then in the second one you say you want to limit the enquiries to...
Forum: Java Sep 19th, 2009
Replies: 3
Views: 357
Posted By verruckt24
Firstly languages such as Java do not offer such "consealing" feature cause they are not meant to be used that way. Secondly as masijade has rightly pointed out executables are not all safe. Though...
Forum: MySQL Sep 9th, 2009
Replies: 2
Views: 380
Posted By verruckt24
Firstly is there any criteria as to on which you could separate the data ?
Say for example if there is any auto_increment field you could certainly use this to tuncate only those rows with id <=...
Forum: Java Sep 8th, 2009
Replies: 1
Views: 177
Posted By verruckt24
Full marks for putting down the question correctly, now lets see what you do about the answer.
Forum: Java Aug 31st, 2009
Replies: 5
Views: 517
Posted By verruckt24
If I have to develop a project I'd rather like it to be some topic I am fantastically interested in, so I'd rather suggest you dig deep into your mind to find concepts/ideas that you really find your...
Forum: MySQL Aug 21st, 2009
Replies: 12
Views: 2,954
Posted By verruckt24
Suits me if the whining is about correct things, Which if you follow the thread you will come to know, but alas...you opted not to.
Forum: MySQL Aug 19th, 2009
Replies: 12
Views: 2,954
Posted By verruckt24
Yeah why would newbies like you like to take any pains preparing your food, when it is thrown ready made at you, what you say is pretty obvious for your kinds.

And FYI the "referring to manuals"...
Forum: Java Jun 23rd, 2009
Replies: 1
Views: 332
Posted By verruckt24
The environment of my application is as mentioned below :

The application is a Router/Accounter library used to identify an appropriate Route (and also the price for that) when a destination for a...
Forum: MySQL Jun 8th, 2009
Replies: 3
Views: 551
Posted By verruckt24
It is unclear what you exactly want to achieve. Bot hof your queries are identical.
Forum: MySQL Jun 3rd, 2009
Replies: 4
Views: 740
Posted By verruckt24
Whats code got to do with it ? And what the hell is the css doing there in a question related to MySQL ? And how are you going to use regex Mr. ? If you don't know the answer don't post there's no...
Forum: MySQL May 29th, 2009
Replies: 7
Views: 332
Posted By verruckt24
www.mysql.com should be where you should be looking for all materials. Reading about, working with and trying out different things is what would be the best possible approach for gathering knowledge....
Forum: Java May 27th, 2009
Replies: 6
Views: 543
Posted By verruckt24
Yes those questions are for SCJP in general, but you could as easily search for the required exams' mock questions in google. :)
Forum: Java May 26th, 2009
Replies: 6
Views: 543
Posted By verruckt24
Here (http://www.javacertificationexams.com/scjp-mock-exams.php) are many links to SCJP mock exam questions. Also if you need some more you can search "SCJP Mock Exam" in Google anytime ;)
Forum: Java May 26th, 2009
Replies: 2
Views: 895
Posted By verruckt24
Don't ask lamely for ready-made code snippets no one's going to give you that.

If you are ready to do something for your self take a look here : http://poi.apache.org/
Forum: MySQL May 26th, 2009
Replies: 6
Views: 407
Posted By verruckt24
The only useful thing you have suggested in here was already suggested in my post (see above) but you did not read it or, more appropriately, did not want to read it, otherwise how would have your...
Forum: MySQL May 26th, 2009
Replies: 6
Views: 407
Posted By verruckt24
create view john_doe_rentals as
select b.bid
from sailor s, boat b, rental r
where s.sid = r.sid and ( = 'John Doe') and r.date > "5/5/09" and rbid = b.bid;


Here I guess you have forgotten to...
Forum: Java May 25th, 2009
Replies: 23
Views: 1,242
Posted By verruckt24
No I am not. But I don't think I or anyone for that matter can stand somebody lying into his/her face. You might feel the way you are feeling and I can understand someone feeling that way, but my...
Forum: Java May 25th, 2009
Replies: 23
Views: 1,242
Posted By verruckt24
Why not the Sun's JDK ?
Forum: Java May 25th, 2009
Replies: 23
Views: 1,242
Posted By verruckt24
Yes you are, if not what do you make of this statement.



Don't try giving excuses for what you have done especially lying, accept what you did and move on. The more you say I ain't stupid, I...
Forum: Java May 25th, 2009
Replies: 12
Views: 763
Posted By verruckt24
While compiling you need to specify the .java file, you are right on that part, but while running the file through the java command you cannot specify the .java file, such a file won't simply run,...
Forum: Java May 24th, 2009
Replies: 5
Views: 713
Posted By verruckt24
Thats because you haven't have implemented the toString method for your objects Address and Name. You need to implement them to define the behaviour of the toString method for your object. For e.g:...
Forum: MySQL May 23rd, 2009
Replies: 2
Views: 442
Posted By verruckt24
Where do you think you should look for them ? Not certainly on the portals of MS-SQL, Oracle or DB-2 systems.

http://dev.mysql.com/downloads/connector/
Forum: MySQL May 23rd, 2009
Replies: 3
Views: 403
Posted By verruckt24
If your select queries work but deletes and inserts take time it should have been a problem of locking. Basically it could have been a case where one of the previous operations put a lock on the...
Forum: Java May 23rd, 2009
Replies: 23
Views: 1,242
Posted By verruckt24
Don't lie to our faces we would screw you for that.





And don't give lame excuses either; You haven't written this piece of code and you had no idea about it whatsoever, till the forum...
Forum: Java May 22nd, 2009
Replies: 9
Views: 488
Posted By verruckt24
Firstly check your langauge here, this is not some cheap internet chat that you are into. Read the forum rules regarding chat speak, because I am sure you haven't cared.

And towards the answer to...
Forum: Java May 22nd, 2009
Replies: 4
Views: 250
Posted By verruckt24
This was so very helpful, especially after the long, over-detailed post of masijade that still left so many things ambiguous and in the open to be explained.

Thank you.
Forum: Java May 22nd, 2009
Replies: 5
Views: 211
Posted By verruckt24
http://lmgtfy.com/?q=static+and+nested+inner+classes+java
Forum: Java May 22nd, 2009
Replies: 23
Views: 1,242
Posted By verruckt24
@OP : This program isn't written by you isn't it ? Since you do not even know whether it's for C++ or Java. So before I give you an advice, unlike others who I guess haven't put a thought to this, I...
Forum: Java May 22nd, 2009
Replies: 3
Views: 298
Posted By verruckt24
And what is that suppose to mean ? Not to mention JC had already given the answer.
Forum: Java May 21st, 2009
Replies: 9
Views: 488
Posted By verruckt24
You might be surprised to know that sleep is not the only one that causes the problem, seldom actually. Any kind of blocking I/O is the main cause why a thread could be made to relinquish control of...
Forum: Java May 20th, 2009
Replies: 9
Views: 488
Posted By verruckt24
Not necessarily. There might not be a problem as such in his program but that does not mean the o/p would be as he wants it. It depends on the how the threads are schedule and hence, as mentioned,...
Forum: Geeks' Lounge May 20th, 2009
Replies: 32
Solved: name change
Views: 1,998
Posted By verruckt24
@serkan : The reason you cannot argue with Narue over this, or more appropriately, should not, is that even if people are working for 10-12 hours, can't they learn on the job itself ? Thats what...
Forum: Java May 19th, 2009
Replies: 5
Solved: Stacks
Views: 326
Posted By verruckt24
As hardik.rajani mentions there's is little programming "tradition" to this.

The concept of the Top of Stack is that the Top should always point to the uppermost/topmost element in the Stack.
...
Forum: Java May 17th, 2009
Replies: 2
Views: 366
Posted By verruckt24
Yes some config file or such to enter in the base rates or better is like reading an excel sheet which could be likely downloaded from some other source so that the user doesn't always have to keep...
Forum: Java May 14th, 2009
Replies: 5
Views: 259
Posted By verruckt24
Every public class should be defined in a file named identically. So, it's obvious that a file cannot have two public classes. So you need to create two files for the two public classes and then make...
Forum: Java May 13th, 2009
Replies: 3
Views: 845
Posted By verruckt24
Forum: Java May 12th, 2009
Replies: 3
Views: 845
Posted By verruckt24
Your program specification mentions arrays, I don't see any arrays defined in your program. Check the Java tutorials on how to define and use arrays here...
Forum: Java May 12th, 2009
Replies: 10
Views: 595
Posted By verruckt24
Even if the user hits the cancel button you won't get a NullPointerException. If the user clicks cancel you would get an in value specifying that the user hit the cancel option. So just fetch the...
Forum: Geeks' Lounge May 12th, 2009
Replies: 9
Solved: Floridian
Views: 760
Posted By verruckt24
Just one more suggestion that comes to my end (it's a crazy one): Go looking for female psychiatrists in your locality of your age, tell them about this problem of yours, tell her you want many...
Showing results 1 to 40 of 822

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC