Re: [Gambas-user] Postgresql 9.x error with Blob field

2013-06-27 Thread Emanuele Sottocorno
Hi Benoit, changing the parameter 'bytea_output' in postgresql.conf file from 'hex' to 'escape' fix the problem. I don't remember if that was the default value till 8.4 version. I'll check it this evening when i get back home. Thanks. Emanuele -

[Gambas-user] Postgresql 9.x error with Blob field

2013-06-27 Thread Emanuele Sottocorno
Since version 9.0 of Postgresql server, DB.Postgresql component fails saving an image file to a blob field type. Maybe due a change in postgresql internals the escaping sequence produces a bad text. No error on Insert/Select statement, but when you try to load the image into a PictureBox you get th