Re: [castor-dev] MySQL BLOB problem

2002-06-11 Thread pixelandink.com
On Monday, June 10, 2002, at 05:03 PM, Bruce Snyder wrote: > This one time, at band camp, pixelandink.com said: > > p> > p>I've mapped a field in one of my classes's fields to a BLOB colum in > p>MySQL, following the example in the JDO types documentation. > p> > p> > p> > p> >

Re: [castor-dev] MySQL BLOB problem

2002-06-10 Thread Bruce Snyder
This one time, at band camp, pixelandink.com said: p> p>I've mapped a field in one of my classes's fields to a BLOB colum in p>MySQL, following the example in the JDO types documentation. p> p> p> p> p> p>I've had no trouble putting data into reocrds from my objects via a p>gett

[castor-dev] MySQL BLOB problem

2002-06-10 Thread pixelandink.com
I've mapped a field in one of my classes's fields to a BLOB colum in MySQL, following the example in the JDO types documentation. I've had no trouble putting data into reocrds from my objects via a getter method in my class, but I can't get data back out of MySQL with a