Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ftp map to local drive ....

From: petr:krenzelok:trz:cz at: 7-Mar-2002 19:20

Vos, Doug wrote:
>You can read and write to lotus notes databases >via ODBC using REBOL/Command. > >You need to get the ODBC layer installed on the notes server first. > >Would that help? >
Eh, sorry, maybe I was just confusing. The case is, that our LN admin wants to use LN to send email messages. It will get data from SAP thru RFC. The problem is, that SAP generates e.g. .PDF document. He needs to compose email message in LN, using LN functionality and structures. So he gets some string stream from RFC call, and needs to turn it into file. He can't write it using LN binary write mode, as it allows only two-byte writes (I don't understand, what does it mean though :-). So he wants to find some way to turn above mentioned string stream into file some way. LN knows how to talk to ODBC, so he asked me, if there is any kind of ODBC driver available, which could be send "INSERT table my-string-stream" and it would just save it to file. Well, of course I would like to turn the whole solution to Rebol, but - our organisation has some 2K licenses of LN, and I don't have enough influence to push Rebol forward in our company ... -pekr-