-
Replied To a Post in Import and retrieve multiple pics from SQL database
you do need to THINK about what you do inside that while... -
Replied To a Post in Import and retrieve multiple pics from SQL database
if you have multiple results, the ResultSet will have multiple rows in it. Iterate over those rows, rather than just picking the first one and discarding the rest. so something … -
Replied To a Post in ClassNotFoundException: net.ucanaccess.jdbc.UcanaccessDriver
and did you actually package it in your webapplication? LEARN YOUR TOOLS. -
Replied To a Post in No more www, what would happen?
> Banking & the finance industry would be a mess, I have to admit I don't know if bank branches have local copies of customer databases or are connected to … -
Replied To a Post in java program bank account
good luck. And oh, what you call a "current account" is more generally known as a checking account. -
Replied To a Post in Void
A class which is far from meaningless. It's used heavily when you use reflection. -
Replied To a Post in thesis
"why I am not worthy of getting a passing grade" is an excellent one for you. With as content: "because I can't be bothered to think and study". -
Replied To a Post in encryption and decrytpion
you do NOT want to do this. NEVER store passwords in a way that can be decrypted, it's a massive security risk. Rather store a salted, hashed, password, and compare … -
Replied To a Post in Search timeout
make sure there's an index on the field combination you're searching on and that the index isn't corrupt. If you don't have such an index you're in trouble as you're … -
Replied To a Post in Search timeout
2K records IS very small. You're forcing a full table scan while it's iterating over every record, for every record. That's never going to work. Ensure you have proper indices … -
Replied To a Post in Question for commuters
indeed. Got the first taste of that years ago working in an office where people sitting in the same room would not speak to each other all day, communicating exclusively … -
Replied To a Post in Question for commuters
it's called radio, and it's great :) Or I just plug one of the 1000+ CDs I have in my car CD player. -
Replied To a Post in No more www, what would happen?
I came from a world without internet, and could go back to it. I'd need to find another job though, as mine depends heavily on creating software that runs through … -
Replied To a Post in eclipse odbc
sigh... READ and COMPREHEND, the bridge driver is gone, history, finito, and good riddance. Use another database engine instead, and the driver associated with that. Which means you have to … -
Replied To a Post in just need a boost to start
as to your code, it works as one would expect, IF you're connecting the client to the correct IP address. In other words, if you're running the server on a … -
Replied To a Post in All Outlook 2007 Archives won’t open
yup, your mail archive has exceeded the maximum size. You MIGHT be able to open it with a later version of Outlook or Exchange. A quick Google search for "recover … -
Replied To a Post in Can anyone help me open this PowerPoint file (pptx)?
if you can't open it with powerpoint 10 or later, the file is corrupt and quite possibly impossible to recover. You can open it in a text editor and see … -
Replied To a Post in Relying on Try-Catch enough to ensure the Process was successfully started?
It ONLY catches IO errors, which probably means it only catches problems opening the file that starts the process. It can't possibly catch problems happening at runtime, process crashes, process … -
Replied To a Post in Java Script
and what's stopping you? -
Replied To a Post in just need a boost to start
oh, DLL files can make for nice padding to make your application appear larger to the customer because it takes up more disk space. And we all know larger applications … -
Replied To a Post in How to run the web application project on Tomcat server in eclipse on my lo
you really tried for 3 hours and couldn't find a single bit of documentation on how to deploy something to Tomcat? Did you not ever come to the conclusion that … -
Replied To a Post in Recommend a good alternative to DropBox?
> PPS. Two members of the team refuse to use either Google or Microsoft/OneDrive (because they say that those organisations are spying on us all, massively violating our privacy!). well, … -
Replied To a Post in Input data from HTML to SQL database table
well, you're creating a connection to the database and then doing nothing with that connection. Small wonder then that nothing is getting stored... btw, why are you coding this this … -
Replied To a Post in complete the program
good luck :) -
Replied To a Post in How to prevent others from seeing contents of sql file
sql files ARE text files. The only way to prevent people from reading them is to make sure they don't have access to whereever they're stored. -
Replied To a Post in Computer Slaves
Idiotic assertion, that a hacker can get into your car electronics and play with them as you're driving. Those car electronics don't have a (long range) wireless interface, you need … -
Replied To a Post in Seeking a partner to create something world changing
And the correct reaction for survival is to when encountered with a dark cave where you've an exit nearby you can see and potential danger ahead in a hidden passage … -
Replied To a Post in how to detect internet speed of a client from response header ??
Browsers won't send things like the connection speed of the system they run on to servers, period. You're stuck guessing by analysing the browser type sent by the browser, which … -
Replied To a Post in Seeking a partner to create something world changing
> Just find someone willing to die for mankind, and you're golden. easier to find someone willing to kill for mankind... Of course with a religion like that you'd have … -
Replied To a Post in Seeking a partner to create something world changing
> I'm not sure either. Intuitively I would agree with you but it would be nice if the statistics were more cut and dried. There are probably multiple other factors … -
Replied To a Post in Seeking a partner to create something world changing
> Banning ownership of guns would be a start. Another tradegy in USA. How many more? when guns are banned, only criminals will have guns... Guns are banned here. Still … -
Replied To a Post in applet wont run,code perfectly fine
most likely he's trying to run the applet in a browser but not hosted by a webserver. That way lies madness. -
Replied To a Post in Seeking a partner to create something world changing
do bring a knife, but bring a gun as well. Gives you a backup to use when the other guy runs out of ammo :) -
Replied To a Post in OCRing an image
https://www.google.nl/search?q=java+ocr+library&ie=utf-8&oe=utf-8&gws_rd=cr&ei=gFGjVZy4NuaCygODgrrQDw -
Replied To a Post in Generate format dsign pDF report using mysql database
good luck -
Replied To a Post in Computer Slaves
you underestimate severely the capacity of bureaucrats to burn money for no return on investment. In industry there's always the idea in peoples' heads that they should be efficient because … -
Replied To a Post in Find records that cause key violations ms access
do a query on which records in either table have the same keys... something like "select t1.id from t1, t2 where t1.id in (select t2.id from t2)" (mind that this … -
Replied To a Post in Seeking a partner to create something world changing
> moving money from gov'ts to private companies & individuals. best thing about war... The business of government should be to enable and encourage private enterprise, not to punish it. … -
Replied To a Post in Computer Slaves
Jim, I work on a government job now. I can tell you at least part of the extra cost is pure overhead, money wasted on procedures and delays caused by … -
Replied To a Post in writing arraylist to database
try a for loop, iterating over the list -
Replied To a Post in OPM Breach: US Gov policy one of 'benign neglect'
> If the American people are only willing to pay for the military, spy agencies and police forces they will find themselves spending much much more to chase down problems … -
Replied To a Post in Seeking a partner to create something world changing
> Looking at the zoo in the USA of who is running for president, I would say design a computer program that allows people to elect good leadership from a … -
Replied To a Post in writing arraylist to database
I seriously doubt you want to store the List. More likely you want to store the content of the List. And you want to almost certainly store one record retrieved … -
Replied To a Post in Resolving org.apache.jasper.JasperException
so you added it to the classpath for ANT (why are you still using ANT btw, nobody does so...). That is NOT the classpath for the application, nor is it … -
Replied To a Post in Resolving org.apache.jasper.JasperException
yes, add it to the WEB-INF/lib folder. That's the classpath for a web application, everything else is ignored except those classes provided implicitly by the application server (the JEE and … -
Replied To a Post in sodoko board
I guess his idea was to have a board of 3x3 groups of 3x3 buttons each, which would be a somewhat logical first attempt at a sudoku board. A better … -
Replied To a Post in jsp code for values from database to textbox
don't hijack 5 year old threads to hang your own question at the end. -
Replied To a Post in Responsive Web Design
Getting bootstrap to work with JSF is a lot of work. Better to use something like Primefaces which is a JSF implementation that has responsive design capabilities built in. I'm … -
Replied To a Post in OPM Breach: US Gov policy one of 'benign neglect'
> There is only one way to keep sensitive data safe from hacking: Never connect computers containing sensitive data to the Internet. wrong. Even then it's not secure. Someone with … -
Replied To a Post in i need help just started Java!!! please
read the javadoc for the Arrays and Collections classes, there are standard functions in there for sorting.
The End.