Inserting into LINQPAD 5 throws error ORA-01461
I'm using Linqpad5 with Oracle database (driver IQ). When inserting a value into a table, I get an ORA-01461:"can bind a LONG value only for insert into a LONG column" error if the string value of the field exceeds some length. In a database, the column is of the CLOB data type, which should allow you to insert string data of any length, but in fact the opposite happens.