New feature: ?{textfile ‘url/file_name’} to upload CLOBs
April 20, 2007 Leave a Comment
Yesterday I’ve implemented a requested feature which allows inserting CLOB content from files. It works the same way as ?{file } for BLOBs.
A simple example:
INSERT INTOEmail (ID, Text) VALUES (1 , ?{textfile ‘email1.txt’})
Advertisement