sir,
i have a java applet j2sdk1.4.1_01 .i am using msaccess database .
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") .
in my program i want to get records from access table in a new frame randomly(random records).In my frame i have next button now if i click next button, next record is coming from the table.
i want to get random records from 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 j2sdk1.4.1_01 .i am using msaccess database .
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") .
in my program i want to get records from access table in a new frame randomly(random records).In my frame i have next button now if i click next button, next record is coming from the table.
i want to get random records from 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.
Comment