Hi, * Prabu Subroto <prabu_subroto@yahoo.com> [2003-07-08 22:21]:
psubroto@susefujitsu:~/arsip/proyek> javac LoadDriver.java LoadDriver.java:29: cannot resolve symbol symbol : class Statement location: class LoadDriver Statement stmt = null; ^ LoadDriver.java:30: cannot resolve symbol symbol : class ResultSet location: class LoadDriver ResultSet rs = null; ^ 2 errors psubroto@susefujitsu:~/arsip/proyek>
And this is my code: ==== import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; (...)
I'm too lazy to look it up, but I doubt that Statement or ResultSet are in java.lang. You must import them. Thorsten -- When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. - Edmund Burke