No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
is it giving any Javascript error.?? i have tested code.. its work fine for IE and Firefox as well. let me know whts error u r getting. [QUOTE=5447tina;576347]this form calculates and it works in IE and safari but not in firefox - in firefox everything works EXCEPT the calculation. can …
Try this code .... I have change table name and database name....so plz update is accodingly your problem was in red line...check it [code]import java.sql.*; class student { public static void main(String args[]) throws Exception { try { String database="c:\\student.mdb"; [COLOR="Red"]String url="jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=" + database + ";DriverID=22;READONLY=true"; [/COLOR] …
The End.
p4u9999