konne / RserveCLI2

A fork of RServeCLI
Other
30 stars 21 forks source link

getting and setting raw data #44

Closed mBioWolf closed 7 years ago

mBioWolf commented 8 years ago

i want to write variables from the rserve directly to a Database, using c# and RserveCLI2. As these variables can be complex (e.g. environments) the Sexp class disrupts them sometimes. As I do not want to get single entries, i wanted to receive the data as a SexpRaw and write the binary stream to the database. later on loading the data i wanted to do this the other way around and read the stream from the mysql server into SexpRaw, send this sexp to rserve and having the original variable back in the environment. Unfortunately this did not work. Is there a hint how i could solve this?

thanx

konne commented 7 years ago

Hi, I see this not as a good practise and will close that.