Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: very strange
>
> SQL> insert into t values (null, null, '1')
> 2 /
>
> 1 row created.
>
> SQL> update t set
> 2 varchar_var = 'user=crap it''s probably that sqlserver=their
> limit',
lol, well done :D
> 3 other_col = '4'
> 4 where id = '1'
> 5 /
>
> 1 row updated.
>
actually, it works indeed under sql*worksheet. I didn't try it before posting, sorry so.
nevertheless, the problem is still there. I try to update the table using an asp script + adodb object.
I have no idea from where it could come.
Thanks anyway. Received on Fri Jan 28 2005 - 07:15:08 CST