Recent content by Ole Kristian

  1. O

    "Code Contents" window bug?

    I installed the 7.1.0.1337 today and open a *.pck file that contains a large script(2626 lines of code). It seems to me that the editor can't handle that much code in terms of displaying the "Code Contents" window. The window should contain all the procedures and functions that the script...
  2. O

    ODBC import

    Hi! I have experienced some problems when importing data from an excel file using the ODBC import tool: The excel sheet I having problems with has about 45 000 rows and when I try to import this sheet I get the following eror message: "ORA-01400 Cannot insert NULL into...
  3. O

    Invalid rowid

    Update: Sometimes I can update data and sometimes I can't. I haven't discovered the reason yet, but can it have something to do with the number of sqls I execute? Say, if I execute several sqls of the type: "select t.*, t.rowid from classrelation t order by t.classid;", but on different tables...
  4. O

    Invalid rowid

    I'm using the 7.0.1.1066 version.
  5. O

    Invalid rowid

    Hi! I tried to update data in a row by using the command: "select t.*, t.rowid from classrelation t order by t.classid;" and by unlocking the rows, edit the data and post the changes. The error message I got was "Invalid rowid". What's going on? When I used the standard update [TABLE] command...
Back
Top