Wayan
that's
it.
thanks
much
Regards
Rizwan
Hi,
I
think because you have these two import statements in your
code,
java.sql.* and java.util.*, (or maybe other packages that have a Date
class)
these
both package have the Date class, so just use
java.util.Date as the
object
reference type instead of Date.
regards,
wayan
