Problem when inserting data into table

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

I am developing an application that stores various data into an SQL table.

The problem I have is that all inserts seam to work properly. However, when
I rightclick the table in SQL's Enterprise Manager and choose Open
Table/Return All Rows, some of records currently inserted do not show.

However, when I go to SQL Pane and query my table, the records show up. My
application also queries the records just as SQL Pane does it.

I am wondering how can I solve this "strange" behaviour.

Any help will be greatly appreciated
 
Dino,

It is probably a refresh problem in Enterprise Manager if all other routes
show the data to be there.

So why is correct Enterprise Manager behavior important?
 
Back
Top