if i use this:
how can i tell later on that it is loaded...im not sure i totally understand what the .forName does...
thanks alot,
ken
Code:
Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
thanks alot,
ken
Comment