mdekrey / System.Data.OrientDbClient

An ADO.Net wrapper for OrientDb.
0 stars 0 forks source link

Saving binary data #1

Open ritcoder opened 8 years ago

ritcoder commented 8 years ago

How do I save and retrieve binary data?

I'm looking at this and not sure how to implement it.

mdekrey commented 8 years ago

Unfortunately, I don't think there's a way to send the binary data in via their SQL-like interface. At some point, this project should be adapted to use the binary interface (in order to support transactions, too), and then this can be addressed.