A table in ms-access db with the following fields
STD_ID,
NAME,
COURSE,
EMAIL,
MOBILE,
DOB
I have to write a java program to insert and then display the records of table using JDBC.
A table in ms-access db with the following fields
STD_ID,
NAME,
COURSE,
EMAIL,
MOBILE,
DOB
I have to write a java program to insert and then display the records of table using JDBC.
You can probably get some help with your code if you post it here with your questions.
I solved this issue by googling.