i am having a program which retrieves data from the ms-access database to a jtable
while (rs.next())
{
String A = rs.getString(1);
String B =rs. getString(2);
String C = rs.getString(3);
}i am getting an runtime error as accecc control exception
can any one give me the correct code
-
access control exception (1 messages)
- Posted by: anjaneyulu kurukunda
- Posted on: July 19 2004 07:49 EDT
Threaded Messages (1)
- access control exception by Senthil Chinnaiyan on July 19 2004 10:22 EDT
-
access control exception[ Go to top ]
- Posted by: Senthil Chinnaiyan
- Posted on: July 19 2004 10:22 EDT
- in response to anjaneyulu kurukunda
Are you trying to access from Applet?