On Sunday 08 April 2001 12:59, Kamil Yildirim wrote:
> --- Sasha Pachev <[EMAIL PROTECTED]> wrote:
> > On Saturday 07 April 2001 17:59, Kamil Yildirim
> > wrote:
> > > Hi
> > >
> > > I have a problem with SQL UPDATE statement within
> > a
> > > Java programm which establish a connection to a
> >
On Saturday 07 April 2001 17:59, Kamil Yildirim wrote:
> Hi
>
> I have a problem with SQL UPDATE statement within a
> Java programm which establish a connection to a Mysql
> Server over JDBC. The SQL UPDATE statement looks like
> that: UPDATE tableX set x = x + ? where rowx = ?
> where the wal