Re: [Gambas-user] escape a picture PS

2009-11-24 Thread Jean-Yves F. Barbier
richard terry a écrit : ... > Note also with gambas. I've raised this with the list/devel/benoit and had no > replies Ducking is never a good answer... -- The proof of the pudding is in the eating. -- Miguel de Cervantes

Re: [Gambas-user] escape a picture PS

2009-11-24 Thread Jean-Yves F. Barbier
richard terry a écrit : ... > Don't forget to commit your transaction > > > sample table: > > CREATE TABLE all_images > ( > pk serial NOT NULL, > image bytea, > deleted boolean, > CONSTRAINT all_images_pkey PRIMARY KEY (pk) > ) > WITH ( > OIDS=FALSE > ); > ALTER TABLE all_images OWNER

Re: [Gambas-user] escape a picture PS

2009-11-24 Thread richard terry
On Wednesday 25 November 2009 07:46:31 you wrote: > On Wednesday 25 November 2009 05:30:52 Jean-Yves F. Barbier wrote: > > Hi, > > > > How can I escape a picture in order to insert it into a BYTEA > > postgresql data field? > > Having mucked around with this interminably looking at different ways,