sir,
i have a java applet.i am using msaccess database .
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") .
in my program i want to get questions from access table questions in a new frame randomly(random questions).in my frame i have next button now if i click next button, next question is coming from the table.
i want to get random questions from the table.for example if the test has 10 questions then 10 random questions have to be selected in the table and come on the frame one by one when i click next button.
how to write code in java.
please help me.
thanks in advance
i have a java applet.i am using msaccess database .
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") .
in my program i want to get questions from access table questions in a new frame randomly(random questions).in my frame i have next button now if i click next button, next question is coming from the table.
i want to get random questions from the table.for example if the test has 10 questions then 10 random questions have to be selected in the table and come on the frame one by one when i click next button.
how to write code in java.
please help me.
thanks in advance