Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Rows does not show up when i modify with isqlplus
"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
![]() |
![]() |