reg lo_import on windows

From: "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>
To: "Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: reg lo_import on windows
Date: 2006-01-19 05:36:32
Message-ID: 006101c61cba$4e3f3da0$cd00000a@sandhyar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
I am using 'lo_import' in windows VC++ application using 'C' and trying to import the files to the database.

If the path i am giving like:
C:\\Program Files\\sample.htm

It is not considering and i am getting the error as:
Could not open server file "C:\\Program Files\\sample.htm"
If i give :
C:\\sample.htm

It is importing properly and storing it in the specified table also.

Why it is not doing in the previous case.
But the same i did throug command line and worked file.Through application it is not doing.....
Please help me in resolving this....

Thank you,
Sandhya

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Frost 2006-01-19 05:39:10 Re: reg:pg_ctl
Previous Message sandhya 2006-01-19 05:34:39 reg:pg_ctl