Hi!
I don't suppose this was done in a structured way that could be gone back over?
Accidently '200936767'::lo cast was issued :
INSERT INTO report ( ... ) values (.. , '200936767'::lo, ... )
server throws error type "lo" does not exist for this.
Maybe this causes orphan large object creation by server or by odbc driver. How to fix this ?
report table shoud not have lo type columns. No idea why this cast is generated using psqlodbc
Andrus.