On 7/8/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > The TestByteArrayMapping() method in ResultMapTest.cs tests reading and > writing this value: > > private byte[] _pictureData = null; > > to the database. > > --- Sebastien Lucas <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > First I want to thank all the IBatis.Net guys. You made a very good > > piece of software. We're going to use it in a little project next > > month and if it passes the test then we will use it in every project. > > > > Now to my question : in one table we have stored an image file (jpg) > > in a Blob column (the database is Oracle). Is it possible to load it > > in a byte[] or something else with IBatis.Net. > > I know it's possible with IBatis but the documentation of IBatis.Net > > says the contrary. > > > > Thanks in advance. > > > > Sébastien > > > >
Thanks, I really should have looked at the sources before. Thanks again. Sébastien

