Hello. I'm trying to store a jpeg file into a table created as follow: CREATE TABLE vegeta ( name text, photo oid ); I can insert a jpeg file from pgsql (locally) but I cannot do this from an application written in Visual Basic using an ODBC driver (V06-40-0006). I read psqlodbc FAQs (Can I use large objects or OLE?) but I'd prefer not to deal with clean-up tasks. Someone could tell me any suggestion? Thanks in advance! Vegeta. ************