Gerald Leonard

Greenhorn
+ Follow
since Jul 01, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gerald Leonard

thanks,I tried to use Servlet but I cant send a data in my second <tr>.
I just can send a single<tr>:how can I send the second <tr> without
duplication of the second <tr> codes in my servlet because am havind 10 rows of products. here are my codes:


Insert.java( servlet)


please any help; to fix this...!!
8 years ago
hi All, I have tried to insert data into my database with no success;




Please any help am new in JSP.
8 years ago
I have a form with an input which I want to put date
using calendar and send it to database and retrive later;
but I have no Idea how to go about..

please any help!!!
8 years ago
JSP
Hi All, am new in jsp; I have a project in jsp.
I want to set a date and time calendar in an input box and send to my Database(Mysql) in XAMPP platform
in the format YYYY-MM-DD HH:mm later view the date and time from the database.

kindly, in need of your help...
Thanks!!
8 years ago
JSP
Oooh awesome Dave Tolls , the error has bin fixed am a bigginer in jsp. I encounter another error:
"com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user ''@'localhost' to database 'jsmsbase'."
Am using mysql in XAMPP where I havent assigned any password or username...
please help;Thanks in advance...
hello, I have tried to complie my index.jsp page(which is the login Page) but I get an error
"java.sql.SQLException: No suitable driver found for jdbc:msql//localhost/jsmsbase"
though I have added a mysql-connector- 5.1.25-bin.jar file in my library and
I have no line with error(s). Am using netbeansIDE 8.0.2. Pliz can any one help how to fix this....?!
Thanks.