i'm working with oracle 8i databases running on winnt. to read from 'long' type fields, i define a variable in my script called LongReadLen which makes it work perfect. But now, i need to write into a 'long' type field in the database.
Is there like a LongWriteLen that will do what LongReadLen does but inversely, for writting into the database table?