Re: [GENERAL] Image in postgresql 7.3

2006-01-18 Thread Frank Finner
Hi, like Berend, I also store my PDFs in text columns, but I usually use base64 encoding. AFAICS this has the big advantage versus BLOBs that I do not need to care about backup issues. The disadvantage of course is a bigger database (encoding inflates about 30%), so if you have lots and lots of

Re: [GENERAL] Image in postgresql 7.3

2006-01-18 Thread Berend Tober
Peerri (sent by Nabble.com) wrote: I'm with problems to record images in database in field type bytea. I'm using visual basic 6.0 and object ado stream to convert binary. They say me if another way exists to record the images in the data base. This may not be for the faint of heart, but what

[GENERAL] Image in postgresql 7.3

2006-01-18 Thread Peerri (sent by Nabble.com)
Please help me!!! I'm with problems to record images in database in field type bytea. I'm using visual basic 6.0 and object ado stream to convert binary. They say me if another way exists to record the images in the data base. Thanks!! [:-) View this message in context: Image in postgresql 7.3