How to store user input html form into hsqldb by using java

I have created html form and when the user entre input in the form it must store in the database so i am using hsqldb can any one tell me the logic how to store data in hsqldb by using java coding

Never heard of hsqldb, but based on their documentation, it looks like a straight jdbc interface, so any standard sql commands should work. What have you tried that isn’t working?

i am tried first basic of how to store html form input data in database but i am getting error like the requested resource is not avaliable what that error means

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.