Hi,
I have some code which runs fine on linux. It simply pulls a png from a bytea
column and displays it.
Now I need to get it running on windows. We have installed ActiveState perl
with the DBI module and downloaded and installed the DBD-Pg binary.
Connections to the database are working fine, but the png file is getting
corrupted.
Anybody know the work-around?
- James