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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Rows does not show up when i modify with isqlplus

Re: Rows does not show up when i modify with isqlplus

From: Jim Kennedy <jim>
Date: Sun, 8 Jan 2006 18:02:39 -0800
Message-ID: <dKGdnbq_q_FTXlzenZ2dnUVZ_vudnZ2d@comcast.com>

"MadeOfRose" <mehmetgulden_at_gmail.com> wrote in message news:1136654255.213086.52390_at_z14g2000cwz.googlegroups.com...
> hi all
> i am new on oracle and this group
> do anybody know why i cannot see updates from my asp code which added
> with isqlplus.
> i see the rows after a while from OraOLEDB
>
> i use reqular CREATE table STATEMENT and INSERT INTO statement with
> isqlplus.
> and i use OraOLEDB with my ASP page.
>
> thanks for any help
>

Did you commit?(eg commit;) No. That's why. Learn about transactions. In Oracle there isn't an autocommit mode. (thank god) Jim Received on Sun Jan 08 2006 - 20:02:39 CST

Original text of this message

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