Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~558 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for 5447tina

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 …

Member Avatar for shaikh_mshariq
0
180
Member Avatar for nireekshan

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] …

Member Avatar for p4u9999
0
378

The End.