DapperLib / Dapper

Dapper - a simple object mapper for .Net
https://www.learndapper.com/
Other
17.6k stars 3.68k forks source link

Oracle 10g Blob data #1577

Open jtonelli opened 4 years ago

jtonelli commented 4 years ago

Hello, I would like to know if you have an example of how to get an oracle blob field in a byte []. Thank you in advance.

theprantadutta commented 1 month ago

hey @jtonelli did you find any solution?

mgravell commented 1 month ago

I'm not an Oracle user, and from memory: Oracle is awkward to work with if you're not a paying customer.

I'm assuming that using byte[] isn't working, or you wouldn't be asking. Question: if you were doing this manually via ado.net, what would it look like?