Otis wrote:
LLBLGen Pro doesn't support FILESTREAM btw, for the same reason it also doesn't support Oracle's BFILE (which is the same kind of type): the data can't be read in 1 go by a datareader in generic code.
I would like to use one solution to manage my database interaction. In exempting the support of FileStream within LLBLGen, one is going to have to move to some messy hybrid of LLBLGen plus standard MS database interaction.
I know that it can't be read in on 1 go, so what is the optimal solution for managing this?
Would Store Procedure support within LLBLGen be a solution?
I need to presist data and images to my database within a transactional context as well.