I'm trying to insert a document in the database and the column is a blob. This works well with small files, but errors on larger files. I've been reading on the internet that if the file is over 32k that you need a procedure to chunck it into smaller parts. Does anyone have a procedure that does this or a better way to do this?
Thanks!
Thanks!