First experiment: (Formats as Courier New, 12pt)

SET VAR vBLOBFileName VARBIT = NULL
...

 SELECT BLOB_FileName_Column +
   INTO vBLOBFileName INDIC iv1 +
   FROM BLOBTable +
  WHERE BLOB_ID_Column = <value>
...

PLUGIN RMail 'vResult|ADD_ATTACHMENT .vBLOBFileName'

Bruce Chitiea
SafeSectors, Inc.
909.238.9012 m


------ Original Message ------
Sent: 10/7/2017 12:21:58 PM
Subject: [RBASE-L] - R:MailX Plugin: Retrieving BLOBs as Attachments
From: "Bruce Chitiea" <rby...@safesectors.com>
To: "rbase-l@googlegroups.com" <rbase-l@googlegroups.com>
Cc:

All:

Question: What is the syntax for retrieving a file [e.g. .PDF | .JPG | .WPD ] from a BLOB field into an R:MailX Plugin attachment?

Syntax for an R:Mailx file-system retrieval:

PLUGIN RMail 'vResult|ADD_ATTACHMENT <Path>\<Filename.ext>'

I'm studying BLOB retrieval in general for clues, but any insight, ANY shortcut most appreciated!

Bruce Chitiea
SafeSectors, Inc.
909.238.9012 m

--
For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to