Hi, I use Visual Age 3.0 and JDK 1.2.2. In VA, I have have no problem, but when I run my code with java.exe, I have an error: The instruction at "0x...." referenced memory at "0x....". The memory could not be "read". Can somebody help me? Here is the code : import java.sql.*; public class DB { public static void main(String args[]) {
String url = "jdbcdbc:Equadis"; Connection con;
String query = "select id_rayon, var_nom_rayon from rayon";