Hi, I am trying to develop a client application in Visual Basic that will run on MS Windows98 and will communicate via ODBC with a Postgres server on Solaris. I need to store Blob's from the client drive (images) to the Postgres DB. I tried to use lo_import/lo_export but apparently they only work with server files. Is there a solution to my problem? Someone suggested using \lo_import instead of lo_import for network files but i couldn't make that work either. I will appreciate any help that i may get. Thanks, Junaid.