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 <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to