Helo
     I am beulah i am using postgres 8.4 in my java project using jdk6
    i created a table image and i gave datatype for image is oid
   and i want to import my image from client i gave like
INSERT INTO image
 VALUES(1,'fruit', (lo_import('C:\\My Pictures\\sample.jpg')));

 Error : could not open server file C:\\My Pictures\\sample.jpg No such file
or directory
can u help me please

Reply via email to