Thread: BLOBs in PG 7.3.4 on cygwin for Windows

BLOBs in PG 7.3.4 on cygwin for Windows

From
"Relaxin"
Date:
First what datatype do you use for a BLOB?
How do you update a BLOB field thru PG ODBC driver?

All of the other databases I've tested allow you to parameterize the BLOB
field, then send a pointer to the BLOB and tell it the size, that's it.

I can't get anything dealing with BLOBs to work with PG.

Please help!

Thanks