If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Disappeared data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-08-02, 16:34
Tina Tina is offline
Registered User
 
Join Date: Oct 2002
Posts: 5
Disappeared data

Hi There;

I just inserted 5 rows into a table, and I was able to see the rows by using count(*) function.
But if I open second sqlplus window and login as same user, the result of count(*) is 0.
I only can see the inserted rows in the first window, if I close it, nothing will be left, I have to do insertion again.

What is the problem I am having? Any hint?
Thanks in advance!

Tina
Reply With Quote
  #2 (permalink)  
Old 10-10-02, 10:42
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Are u sure you're not inserting into a temporary table?
Did you do a 'commit' after the inserts?
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 10-10-02, 11:21
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
I'm sorry, I didn't see Tina posted two times...
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On