|
Hi, I have PostgresSQL database connection from server. Server ip
is 172.16.5.179 Now I want use lo_import and lo_export function for storing
images into the database. This images is located in my system itself. When I am going using the following query… Insert
into image
values('chanukya',lo_import('D:/Vivek/Personal/PICS/IN/chanukya.jpg')) ….it rises error ‘no such file or directory’ But the same query executing successfully in my local
database… Could please tell me to resolve this problem… Thanks &
Regards Vivekananda.R
|