[GENERAL] How to store and load images in PostgreSQL db?

2011-05-25 Thread MarkB
Hello, I recently started using PostgresDAC 9.0 and had no trouble getting things to work until I started to try to find out if it is possible to store (and load) images in the Postgresql db from Delphi 7. I read about it and in my opinion it is the best option to use a Bytea field. Now I am stru

[GENERAL] Postgresql error

2013-01-24 Thread MarkB
I have written a program where 2 computers are connected to the same database. The first PC executes an update statement and then sends a notification. This makes the second PC execute a select statement on the same table. The second PC then gets an error: 'Field "Fieldname" not found' I have no