[DB-SIG] About LOB

2011-04-27 Thread Kwon, Chan Young
Hi, I am implementing new DB API for new Database according to DB API 2.0. (as C-Extension) There is no specification about LOB in DB API 2.0 Especially, I need LOB object for piecewise LOB writing/reading after query execution. So I defined my own LOB object. I tried to make simple and easy int

Re: [DB-SIG] About LOB

2011-04-27 Thread Vernon Cole
Chan: [I hope I picked your familiar name? If not, please correct.] I think that you have started not one, but two excellent projects. I am excited by your post, and hope that both have a happy ending. (Will explain later, hard to type on this thing) Don't let what I am about to ask make you think

Re: [DB-SIG] About LOB

2011-04-27 Thread Chris Clark
Kwon, Chan Young wrote: > I am implementing new DB API for new Database according to DB API 2.0. (as > C-Extension) > There is no specification about LOB in DB API 2.0 > Especially, I need LOB object for piecewise LOB writing/reading after query > execution. > So I defined my own LOB object. > I