Operations Help Documentation

Consider breaking your information (PDFs, perhaps) into manageable chunks and loading them into your DB as blobs. Within Vision, you can efficiently load them into the PDF viewer from a NamedQuery. If you are careful, you can make that same NamedQuery supply the same PDF fragments to a web browser using my Blob Server module.

1 Like