Anonymous - 2004-09-06

I tried inserting records in Tora 1.2.4 and 1.3.14.1. But both failed with a rathe strange message of
ORA-01461: can bind a LONG value only for insert into a LONG column

<ERROR>INSERT INTO suresh.testuser (username,password) VALUES (:f1               ,:f2               ) RETURNING ROWID INTO :r              

This is a simple table with two varchar2(30), varchar2(28) data type fields.

I think it is a bug.

The same works fine with the SQL Editor window and TOAD.

Regards