Options

ODBC and Database Designer not seeing rows in a table !

Hi thre, I've created a new table and inserted one row, so select * from newtable yields 1 row. However, when I use ODBC, or when I start Database Designer, they both tell me the table is empty. Any clue ?

Comments

  • Options
    have you committed that session?
  • Options
    Hmm, committed it. Seems ok now ! Thank you Ravi. I thought autocommit default value was 'on' (since an uncommited CREATE TABLE made the table to appear in the tables catalog).
  • Options
    If autocommit is ON, then data is not committed automatically until you leave the session. DDLs internally do commit and are immediately visible to all sessions because it is catalog change.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file