On Mon, 24 Sep 2001 09:46:49 -0500, you wrote:
> PreparedStatement ps = con.prepareStatement("update=
>userpreferences set image='?' and time=? where user='?'");
I guess the single quotes around the question mark placeholder
are the cause of your problem.
Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>