Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: very strange

Re: very strange

From: inja <no_at_no.spam>
Date: Fri, 28 Jan 2005 14:15:08 +0100
Message-ID: <41fa3b5a$0$25791$8fcfb975@news.wanadoo.fr>


>
> 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US